Html Css Color HEX #1DE00D Free Speech Green

📋 copy color: '#1DE00D'

red 29 ◦ green 224 ◦ blue 13

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

Shades of Free Speech Green #1DE00D

Tints of Free Speech Green #1DE00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 84.21%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 10.9%
G = 84.21%
B = 4.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#1DE00D (or 0x1DE00D) is known color: Free Speech Green. HEX triplet: 1D, E0 and 0D. RGB value is (29,224,13). Sum of RGB (Red+Green+Blue) = 29+224+13=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE00D is #E21FF2. Grayscale: #8E8E8E. Windows color (decimal): -14819315 or 909341. OLE color: 909341.

HSL color Cylindrical-coordinate representation of color #1DE00D: hue angle of 115.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DE00D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 224 13 -
CMYK 0.87 0 0.94 0.12
HSL 115.45º 0.89% 0.46% -
HSV(B) 115.45º 0.94% 0.88% -
XYZ 27.24 53.6 9.29 -
YUV 141.64 55.4 47.66 -
System Red Green Blue C M Y K H S L
Decimal 29 224 13 0.87 0 0.94 0.12 115.45 0.89 0.46
Hex 1D E0 D 57 0 5E C 73 59 2E
Octal 35 340 15 127 0 136 14 163 131 56
Binary 11101 11100000 1101 1010111 0 1011110 1100 1110011 1011001 101110

Color Harmonies of #1DE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE00D

Black with #1DE00D

Text Example


Text Example

White with #1DE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,224,13); }

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

background-color css

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

 a { background-color: rgb(29,224,13); }

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

border-color css

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

 span { border-color: rgb(29,224,13); }

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