#15CA1A

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

Shades of Lime Green #15CA1A

Tints of Lime Green #15CA1A

Color information

#15CA1A (or 0x15CA1A) is unknown color: approx Lime Green. HEX triplet: 15, CA and 1A. RGB value is (21,202,26). Sum of RGB (Red+Green+Blue) = 21+202+26=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA1A is #EA35E5. Grayscale: #808080. Windows color (decimal): -15349222 or 1755669. OLE color: 1755669.

HSL color Cylindrical-coordinate representation of color #15CA1A: hue angle of 121.66º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA1A is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2120226-
CMYK0.9000.870.21
HSL121.66º81.17%43.73%-
HSV(B)121.66º89.6%79.22%-
XYZ21.6242.488.04-
YUV127.8270.5351.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=8.43%
G=81.12%
B=10.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21202260.9000.870.21121.6681.1743.73
Hex15CA1A5A057157a512c
Octal253123213201272517212154
Binary1010111001010110101011010010101111010111110101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15CA1A; }

 p { color: rgb(21,202,26); }

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

<style>
 a { background-color: #15CA1A; }

 a { background-color: rgb(21,202,26); }

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

<style>
 span { border-color: #15CA1A; }

 span { border-color: rgb(21,202,26); }

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