Html Css Color HEX #1DE520 Free Speech Green

📋 copy color: '#1DE520'

red 29 ◦ green 229 ◦ blue 32

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

Shades of Free Speech Green #1DE520

Tints of Free Speech Green #1DE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 78.97%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 10%
G = 78.97%
B = 11.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#1DE520 (or 0x1DE520) is known color: Free Speech Green. HEX triplet: 1D, E5 and 20. RGB value is (29,229,32). Sum of RGB (Red+Green+Blue) = 29+229+32=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE520 is #E21ADF. Grayscale: #939393. Windows color (decimal): -14818016 or 2155805. OLE color: 2155805.

HSL color Cylindrical-coordinate representation of color #1DE520: hue angle of 120.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE520 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 229 32 -
CMYK 0.87 0 0.86 0.10
HSL 120.9º 0.79% 0.51% -
HSV(B) 120.9º 0.87% 0.9% -
XYZ 28.79 56.4 10.74 -
YUV 146.74 63.24 44.02 -
System Red Green Blue C M Y K H S L
Decimal 29 229 32 0.87 0 0.86 0.10 120.9 0.79 0.51
Hex 1D E5 20 57 0 56 A 79 4F 33
Octal 35 345 40 127 0 126 12 171 117 63
Binary 11101 11100101 100000 1010111 0 1010110 1010 1111001 1001111 110011

Color Harmonies of #1DE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE520

Black with #1DE520

Text Example


Text Example

White with #1DE520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,229,32); }

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

background-color css

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

 a { background-color: rgb(29,229,32); }

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

border-color css

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

 span { border-color: rgb(29,229,32); }

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