Html Css Color HEX #1DE311 Free Speech Green

📋 copy color: '#1DE311'

red 29 ◦ green 227 ◦ blue 17

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

Shades of Free Speech Green #1DE311

Tints of Free Speech Green #1DE311

RGB

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

 GREEN value IS 227 (89.06% from 255) = 83.15%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 10.62%
G = 83.15%
B = 6.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#1DE311 (or 0x1DE311) is known color: Free Speech Green. HEX triplet: 1D, E3 and 11. RGB value is (29,227,17). Sum of RGB (Red+Green+Blue) = 29+227+17=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE311 is #E21CEE. Grayscale: #909090. Windows color (decimal): -14818543 or 1172253. OLE color: 1172253.

HSL color Cylindrical-coordinate representation of color #1DE311: hue angle of 116.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DE311 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 29 227 17 -
CMYK 0.87 0 0.93 0.11
HSL 116.57º 0.86% 0.48% -
HSV(B) 116.57º 0.93% 0.89% -
XYZ 28.08 55.24 9.71 -
YUV 143.86 56.4 46.08 -
System Red Green Blue C M Y K H S L
Decimal 29 227 17 0.87 0 0.93 0.11 116.57 0.86 0.48
Hex 1D E3 11 57 0 5D B 75 56 30
Octal 35 343 21 127 0 135 13 165 126 60
Binary 11101 11100011 10001 1010111 0 1011101 1011 1110101 1010110 110000

Color Harmonies of #1DE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE311

Black with #1DE311

Text Example


Text Example

White with #1DE311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,227,17); }

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

background-color css

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

 a { background-color: rgb(29,227,17); }

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

border-color css

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

 span { border-color: rgb(29,227,17); }

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