#19c812

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

Shades of Lime Green #19C812

Tints of Lime Green #19C812

Color information

#19C812 (or 0x19C812) is unknown color: approx Lime Green. HEX triplet: 19, C8 and 12. RGB value is (25,200,18). Sum of RGB (Red+Green+Blue) = 25+200+18=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 200 (78.52% from 255 or 82.30% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 200 - color contains mainly: green. Hex color #19C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C812 is #E637ED. Grayscale: #7F7F7F. Windows color (decimal): -15087598 or 1230873. OLE color: 1230873.

HSL color Cylindrical-coordinate representation of color #19C812: hue angle of 117.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19C812 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB2520018-
CMYK0.8800.910.22
HSL117.69º83.49%42.75%-
HSV(B)117.69º91%78.43%-
XYZ21.1641.567.48-
YUV126.9366.5255.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 200 (78.52% from 255) = 82.30%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=10.29%
G=82.30%
B=7.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal25200180.8800.910.22117.6983.4942.75
Hex19C8125805B1676532b
Octal313102213001332616612353
Binary1100111001000100101011000010110111011011101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19c812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19c812; }

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

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

<style>
 a { background-color: #19c812; }

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

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

<style>
 span { border-color: #19c812; }

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

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