#2AB81F

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

Shades of Lime Green #2AB81F

Tints of Lime Green #2AB81F

Color information

#2AB81F (or 0x2AB81F) is unknown color: approx Lime Green. HEX triplet: 2A, B8 and 1F. RGB value is (42,184,31). Sum of RGB (Red+Green+Blue) = 42+184+31=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB81F is #D547E0. Grayscale: #7C7C7C. Windows color (decimal): -13977569 or 2078762. OLE color: 2078762.

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

Color convert

RGB4218431-
CMYK0.7700.830.28
HSL115.69º71.16%42.16%-
HSV(B)115.69º83.15%72.16%-
XYZ18.3434.877.06-
YUV124.175.4669.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 184 (72.27% from 255) = 71.60%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=16.34%
G=71.60%
B=12.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42184310.7700.830.28115.6971.1642.16
Hex2AB81F4D0531C74472a
Octal522703711501233416410752
Binary10101010111000111111001101010100111110011101001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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