Html Css Color HEX #1DEE04 Free Speech Green

📋 copy color: '#1DEE04'

red 29 ◦ green 238 ◦ blue 4

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

Shades of Free Speech Green #1DEE04

Tints of Free Speech Green #1DEE04

RGB

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

 GREEN value IS 238 (93.36% from 255) = 87.82%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 10.7%
G = 87.82%
B = 1.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#1DEE04 (or 0x1DEE04) is known color: Free Speech Green. HEX triplet: 1D, EE and 04. RGB value is (29,238,4). Sum of RGB (Red+Green+Blue) = 29+238+4=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 238 (93.36% from 255 or 87.82% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEE04 is #E211FB. Grayscale: #959595. Windows color (decimal): -14815740 or 323101. OLE color: 323101.

HSL color Cylindrical-coordinate representation of color #1DEE04: hue angle of 113.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DEE04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 238 4 -
CMYK 0.88 0 0.98 0.07
HSL 113.59º 0.97% 0.47% -
HSV(B) 113.59º 0.98% 0.93% -
XYZ 31.1 61.42 10.33 -
YUV 148.83 46.26 42.53 -
System Red Green Blue C M Y K H S L
Decimal 29 238 4 0.88 0 0.98 0.07 113.59 0.97 0.47
Hex 1D EE 4 58 0 62 7 72 61 2F
Octal 35 356 4 130 0 142 7 162 141 57
Binary 11101 11101110 100 1011000 0 1100010 111 1110010 1100001 101111

Color Harmonies of #1DEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEE04

Black with #1DEE04

Text Example


Text Example

White with #1DEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,4); }

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

background-color css

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

 a { background-color: rgb(29,238,4); }

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

border-color css

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

 span { border-color: rgb(29,238,4); }

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