Html Css Color HEX #1DEE31 Free Speech Green

📋 copy color: '#1DEE31'

red 29 ◦ green 238 ◦ blue 49

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

Shades of Free Speech Green #1DEE31

Tints of Free Speech Green #1DEE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 9.18%
G = 75.32%
B = 15.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#1DEE31 (or 0x1DEE31) is known color: Free Speech Green. HEX triplet: 1D, EE and 31. RGB value is (29,238,49). Sum of RGB (Red+Green+Blue) = 29+238+49=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE31 is #E211CE. Grayscale: #9A9A9A. Windows color (decimal): -14815695 or 3272221. OLE color: 3272221.

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

Color convert

RGB 29 238 49 -
CMYK 0.88 0 0.79 0.07
HSL 125.74º 0.86% 0.52% -
HSV(B) 125.74º 0.88% 0.93% -
XYZ 31.64 61.63 13.13 -
YUV 153.96 68.76 38.87 -
System Red Green Blue C M Y K H S L
Decimal 29 238 49 0.88 0 0.79 0.07 125.74 0.86 0.52
Hex 1D EE 31 58 0 4F 7 7E 56 34
Octal 35 356 61 130 0 117 7 176 126 64
Binary 11101 11101110 110001 1011000 0 1001111 111 1111110 1010110 110100

Color Harmonies of #1DEE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEE31

Black with #1DEE31

Text Example


Text Example

White with #1DEE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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