Html Css Color HEX #1DDD13 Free Speech Green

📋 copy color: '#1DDD13'

red 29 ◦ green 221 ◦ blue 19

#1DDD13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1DDD13

Tints of Free Speech Green #1DDD13

RGB

 RED value IS 29 (11.72% from 255) = 10.78%

 GREEN value IS 221 (86.72% from 255) = 82.16%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 10.78%
G = 82.16%
B = 7.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1DDD13 (or 0x1DDD13) is known color: Free Speech Green. HEX triplet: 1D, DD and 13. RGB value is (29,221,19). Sum of RGB (Red+Green+Blue) = 29+221+19=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDD13 is #E222EC. Grayscale: #8D8D8D. Windows color (decimal): -14820077 or 1301789. OLE color: 1301789.

HSL color Cylindrical-coordinate representation of color #1DDD13: hue angle of 117.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DDD13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 19 -
CMYK 0.87 0 0.91 0.13
HSL 117.03º 0.84% 0.47% -
HSV(B) 117.03º 0.91% 0.87% -
XYZ 26.48 52.02 9.26 -
YUV 140.56 59.39 48.43 -
System Red Green Blue C M Y K H S L
Decimal 29 221 19 0.87 0 0.91 0.13 117.03 0.84 0.47
Hex 1D DD 13 57 0 5B D 75 54 2F
Octal 35 335 23 127 0 133 15 165 124 57
Binary 11101 11011101 10011 1010111 0 1011011 1101 1110101 1010100 101111

Color Harmonies of #1DDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD13

Black with #1DDD13

Text Example


Text Example

White with #1DDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DDD13; }

 p { color: rgb(29,221,19); }

 H1.HeaderClassName
 {
   color: #1DDD13;
 }
 .AnyTagClassName
 {
   color: #1DDD13;
 }
</style>

background-color css

<style>
 a { background-color: #1DDD13; }

 a { background-color: rgb(29,221,19); }

 div.DivClassName
 {
   background-color: #1DDD13;
 }
 .BgClassName
 {
   background-color: #1DDD13;
 }
</style>

border-color css

<style>
 span { border-color: #1DDD13; }

 span { border-color: rgb(29,221,19); }

 td.TdClassName
 {
   border-color: #1DDD13;
 }
 .TagClassName
 {
   border-color: #1DDD13;
 }
</style>