#2AB119

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

Shades of Lime Green #2AB119

Tints of Lime Green #2AB119

Color information

#2AB119 (or 0x2AB119) is unknown color: approx Lime Green. HEX triplet: 2A, B1 and 19. RGB value is (42,177,25). Sum of RGB (Red+Green+Blue) = 42+177+25=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 177 (69.53% from 255 or 72.54% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB119 is #D54EE6. Grayscale: #777777. Windows color (decimal): -13979367 or 1683754. OLE color: 1683754.

HSL color Cylindrical-coordinate representation of color #2AB119: hue angle of 113.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB119 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB4217725-
CMYK0.7600.860.31
HSL113.29º75.25%39.61%-
HSV(B)113.29º85.88%69.41%-
XYZ16.8532.016.21-
YUV119.3174.7772.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 177 (69.53% from 255) = 72.54%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=17.21%
G=72.54%
B=10.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177250.7600.860.31113.2975.2539.61
Hex2AB1194C0561F714b28
Octal522613111401263716111350
Binary10101010110001110011001100010101101111111100011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AB119; }

 p { color: rgb(42,177,25); }

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

<style>
 a { background-color: #2AB119; }

 a { background-color: rgb(42,177,25); }

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

<style>
 span { border-color: #2AB119; }

 span { border-color: rgb(42,177,25); }

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