Html Css Color HEX #1DBA18 Lime Green

📋 copy color: '#1DBA18'

red 29 ◦ green 186 ◦ blue 24

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

Shades of Lime Green #1DBA18

Tints of Lime Green #1DBA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 77.82%

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 12.13%
G = 77.82%
B = 10.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#1DBA18 (or 0x1DBA18) is known color: Lime Green. HEX triplet: 1D, BA and 18. RGB value is (29,186,24). Sum of RGB (Red+Green+Blue) = 29+186+24=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA18 is #E245E7. Grayscale: #797979. Windows color (decimal): -14829032 or 1620509. OLE color: 1620509.

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

Color convert

RGB 29 186 24 -
CMYK 0.84 0 0.87 0.27
HSL 118.15º 0.77% 0.41% -
HSV(B) 118.15º 0.87% 0.73% -
XYZ 18.23 35.44 6.74 -
YUV 120.59 73.49 62.67 -
System Red Green Blue C M Y K H S L
Decimal 29 186 24 0.84 0 0.87 0.27 118.15 0.77 0.41
Hex 1D BA 18 54 0 57 1B 76 4D 29
Octal 35 272 30 124 0 127 33 166 115 51
Binary 11101 10111010 11000 1010100 0 1010111 11011 1110110 1001101 101001

Color Harmonies of #1DBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA18

Black with #1DBA18

Text Example


Text Example

White with #1DBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,186,24); }

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

background-color css

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

 a { background-color: rgb(29,186,24); }

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

border-color css

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

 span { border-color: rgb(29,186,24); }

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