#2AB929

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

Shades of Lime Green #2AB929

Tints of Lime Green #2AB929

Color information

#2AB929 (or 0x2AB929) is unknown color: approx Lime Green. HEX triplet: 2A, B9 and 29. RGB value is (42,185,41). Sum of RGB (Red+Green+Blue) = 42+185+41=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB929 is #D546D6. Grayscale: #7E7E7E. Windows color (decimal): -13977303 or 2734378. OLE color: 2734378.

HSL color Cylindrical-coordinate representation of color #2AB929: hue angle of 119.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB929 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB4218541-
CMYK0.7700.780.27
HSL119.58º63.72%44.31%-
HSV(B)119.58º77.84%72.55%-
XYZ18.735.357.94-
YUV125.8380.1268.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 185 (72.66% from 255) = 69.03%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=15.67%
G=69.03%
B=15.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42185410.7700.780.27119.5863.7244.31
Hex2AB9294D04E1B78402c
Octal522715111501163317010054
Binary101010101110011010011001101010011101101111110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,185,41); }

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

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

 a { background-color: rgb(42,185,41); }

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

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

 span { border-color: rgb(42,185,41); }

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