#2ab625

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

Shades of Lime Green #2AB625

Tints of Lime Green #2AB625

Color information

#2AB625 (or 0x2AB625) is unknown color: approx Lime Green. HEX triplet: 2A, B6 and 25. RGB value is (42,182,37). Sum of RGB (Red+Green+Blue) = 42+182+37=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB625 is #D549DA. Grayscale: #7C7C7C. Windows color (decimal): -13978075 or 2471466. OLE color: 2471466.

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

Color convert

RGB4218237-
CMYK0.7700.800.29
HSL117.93º66.21%42.94%-
HSV(B)117.93º79.67%71.37%-
XYZ18.0234.087.38-
YUV123.6179.1269.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 182 (71.48% from 255) = 69.73%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=16.09%
G=69.73%
B=14.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42182370.7700.800.29117.9366.2142.94
Hex2AB6254D0501D76422b
Octal522664511501203516610253
Binary101010101101101001011001101010100001110111101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,37); }

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

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

 a { background-color: rgb(42,182,37); }

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

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

 span { border-color: rgb(42,182,37); }

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