Html Css Color HEX #1DBB10 Lime Green

📋 copy color: '#1DBB10'

red 29 ◦ green 187 ◦ blue 16

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

Shades of Lime Green #1DBB10

Tints of Lime Green #1DBB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 80.6%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 12.5%
G = 80.6%
B = 6.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#1DBB10 (or 0x1DBB10) is known color: Lime Green. HEX triplet: 1D, BB and 10. RGB value is (29,187,16). Sum of RGB (Red+Green+Blue) = 29+187+16=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB10 is #E244EF. Grayscale: #787878. Windows color (decimal): -14828784 or 1096477. OLE color: 1096477.

HSL color Cylindrical-coordinate representation of color #1DBB10: hue angle of 115.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DBB10 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 16 -
CMYK 0.84 0 0.91 0.27
HSL 115.44º 0.84% 0.4% -
HSV(B) 115.44º 0.91% 0.73% -
XYZ 18.37 35.84 6.44 -
YUV 120.26 69.15 62.9 -
System Red Green Blue C M Y K H S L
Decimal 29 187 16 0.84 0 0.91 0.27 115.44 0.84 0.4
Hex 1D BB 10 54 0 5B 1B 73 54 28
Octal 35 273 20 124 0 133 33 163 124 50
Binary 11101 10111011 10000 1010100 0 1011011 11011 1110011 1010100 101000

Color Harmonies of #1DBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB10

Black with #1DBB10

Text Example


Text Example

White with #1DBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,16); }

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

background-color css

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

 a { background-color: rgb(29,187,16); }

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

border-color css

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

 span { border-color: rgb(29,187,16); }

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