Html Css Color HEX #1DCB11 Lime Green

📋 copy color: '#1DCB11'

red 29 ◦ green 203 ◦ blue 17

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

Shades of Lime Green #1DCB11

Tints of Lime Green #1DCB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.53%

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

R = 11.65%
G = 81.53%
B = 6.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#1DCB11 (or 0x1DCB11) is known color: Lime Green. HEX triplet: 1D, CB and 11. RGB value is (29,203,17). Sum of RGB (Red+Green+Blue) = 29+203+17=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 203 (79.69% from 255 or 81.53% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCB11 is #E234EE. Grayscale: #828282. Windows color (decimal): -14824687 or 1166109. OLE color: 1166109.

HSL color Cylindrical-coordinate representation of color #1DCB11: hue angle of 116.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DCB11 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 17 -
CMYK 0.86 0 0.92 0.20
HSL 116.13º 0.85% 0.43% -
HSV(B) 116.13º 0.92% 0.8% -
XYZ 21.96 43.01 7.68 -
YUV 129.77 64.35 56.12 -
System Red Green Blue C M Y K H S L
Decimal 29 203 17 0.86 0 0.92 0.20 116.13 0.85 0.43
Hex 1D CB 11 56 0 5C 14 74 55 2B
Octal 35 313 21 126 0 134 24 164 125 53
Binary 11101 11001011 10001 1010110 0 1011100 10100 1110100 1010101 101011

Color Harmonies of #1DCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCB11

Black with #1DCB11

Text Example


Text Example

White with #1DCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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