#12BD19

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

Shades of Lime Green #12BD19

Tints of Lime Green #12BD19

Color information

#12BD19 (or 0x12BD19) is unknown color: approx Lime Green. HEX triplet: 12, BD and 19. RGB value is (18,189,25). Sum of RGB (Red+Green+Blue) = 18+189+25=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 189 (74.22% from 255 or 81.47% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD19 is #ED42E6. Grayscale: #777777. Windows color (decimal): -15549159 or 1686802. OLE color: 1686802.

HSL color Cylindrical-coordinate representation of color #12BD19: hue angle of 122.46º 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 #12BD19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1818925-
CMYK0.9000.870.26
HSL122.46º82.61%40.59%-
HSV(B)122.46º90.48%74.12%-
XYZ18.6236.597-
YUV119.1874.8555.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 189 (74.22% from 255) = 81.47%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=7.76%
G=81.47%
B=10.78%

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
Decimal18189250.9000.870.26122.4682.6140.59
Hex12BD195A0571A7a5329
Octal222753113201273217212351
Binary1001010111101110011011010010101111101011110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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