Html Css Color HEX #1DE40B Free Speech Green

📋 copy color: '#1DE40B'

red 29 ◦ green 228 ◦ blue 11

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

Shades of Free Speech Green #1DE40B

Tints of Free Speech Green #1DE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 85.07%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 10.82%
G = 85.07%
B = 4.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#1DE40B (or 0x1DE40B) is known color: Free Speech Green. HEX triplet: 1D, E4 and 0B. RGB value is (29,228,11). Sum of RGB (Red+Green+Blue) = 29+228+11=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 228 (89.45% from 255 or 85.07% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DE40B is #E21BF4. Grayscale: #909090. Windows color (decimal): -14818293 or 779293. OLE color: 779293.

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

Color convert

RGB 29 228 11 -
CMYK 0.87 0 0.95 0.11
HSL 115.02º 0.91% 0.47% -
HSV(B) 115.02º 0.95% 0.89% -
XYZ 28.31 55.77 9.59 -
YUV 143.76 53.07 46.14 -
System Red Green Blue C M Y K H S L
Decimal 29 228 11 0.87 0 0.95 0.11 115.02 0.91 0.47
Hex 1D E4 B 57 0 5F B 73 5B 2F
Octal 35 344 13 127 0 137 13 163 133 57
Binary 11101 11100100 1011 1010111 0 1011111 1011 1110011 1011011 101111

Color Harmonies of #1DE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE40B

Black with #1DE40B

Text Example


Text Example

White with #1DE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,228,11); }

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

background-color css

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

 a { background-color: rgb(29,228,11); }

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

border-color css

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

 span { border-color: rgb(29,228,11); }

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