Html Css Color HEX #1DDD14 Free Speech Green

📋 copy color: '#1DDD14'

red 29 ◦ green 221 ◦ blue 20

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

Shades of Free Speech Green #1DDD14

Tints of Free Speech Green #1DDD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 10.74%
G = 81.85%
B = 7.41%

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

#1DDD14 (or 0x1DDD14) is known color: Free Speech Green. HEX triplet: 1D, DD and 14. RGB value is (29,221,20). Sum of RGB (Red+Green+Blue) = 29+221+20=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 221 (86.72% from 255 or 81.85% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDD14 is #E222EB. Grayscale: #8D8D8D. Windows color (decimal): -14820076 or 1367325. OLE color: 1367325.

HSL color Cylindrical-coordinate representation of color #1DDD14: hue angle of 117.31º degrees, saturation: 0.83, 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 #1DDD14 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 20 -
CMYK 0.87 0 0.91 0.13
HSL 117.31º 0.83% 0.47% -
HSV(B) 117.31º 0.91% 0.87% -
XYZ 26.49 52.02 9.31 -
YUV 140.68 59.89 48.34 -
System Red Green Blue C M Y K H S L
Decimal 29 221 20 0.87 0 0.91 0.13 117.31 0.83 0.47
Hex 1D DD 14 57 0 5B D 75 53 2F
Octal 35 335 24 127 0 133 15 165 123 57
Binary 11101 11011101 10100 1010111 0 1011011 1101 1110101 1010011 101111

Color Harmonies of #1DDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD14

Black with #1DDD14

Text Example


Text Example

White with #1DDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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