#2AB51F

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

Shades of Lime Green #2AB51F

Tints of Lime Green #2AB51F

Color information

#2AB51F (or 0x2AB51F) is unknown color: approx Lime Green. HEX triplet: 2A, B5 and 1F. RGB value is (42,181,31). Sum of RGB (Red+Green+Blue) = 42+181+31=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB51F is #D54AE0. Grayscale: #7A7A7A. Windows color (decimal): -13978337 or 2077994. OLE color: 2077994.

HSL color Cylindrical-coordinate representation of color #2AB51F: hue angle of 115.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB51F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB4218131-
CMYK0.7700.830.29
HSL115.6º70.75%41.57%-
HSV(B)115.6º82.87%70.98%-
XYZ17.7333.646.86-
YUV122.3476.4570.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 181 (71.09% from 255) = 71.26%
BLUE value IS 31 (12.5% from 255) = 12.20%
R=16.54%
G=71.26%
B=12.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42181310.7700.830.29115.670.7541.57
Hex2AB51F4D0531D74472a
Octal522653711501233516410752
Binary10101010110101111111001101010100111110111101001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,181,31); }

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

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

 a { background-color: rgb(42,181,31); }

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

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

 span { border-color: rgb(42,181,31); }

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