#12BD18

Color #12BD18 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #12BD18

Tints of Lime Green #12BD18

Color information

#12BD18 (or 0x12BD18) is unknown color: approx Lime Green. HEX triplet: 12, BD and 18. RGB value is (18,189,24). Sum of RGB (Red+Green+Blue) = 18+189+24=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 189 (74.22% from 255 or 81.82% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD18 is #ED42E7. Grayscale: #777777. Windows color (decimal): -15549160 or 1621266. OLE color: 1621266.

HSL color Cylindrical-coordinate representation of color #12BD18: hue angle of 122.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD18 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1818924-
CMYK0.9000.870.26
HSL122.11º82.61%40.59%-
HSV(B)122.11º90.48%74.12%-
XYZ18.6136.596.95-
YUV119.0674.3555.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 189 (74.22% from 255) = 81.82%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=7.79%
G=81.82%
B=10.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18189240.9000.870.26122.1182.6140.59
Hex12BD185A0571A7a5329
Octal222753013201273217212351
Binary1001010111101110001011010010101111101011110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12BD18; }

 p { color: rgb(18,189,24); }

 H1.HeaderClassName
 {
   color: #12BD18;
 }
 .AnyTagClassName
 {
   color: #12BD18;
 }
</style>
background-color css

<style>
 a { background-color: #12BD18; }

 a { background-color: rgb(18,189,24); }

 div.DivClassName
 {
   background-color: #12BD18;
 }
 .BgClassName
 {
   background-color: #12BD18;
 }
</style>
border-color css

<style>
 span { border-color: #12BD18; }

 span { border-color: rgb(18,189,24); }

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