#2AB725

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

Shades of Lime Green #2AB725

Tints of Lime Green #2AB725

Color information

#2AB725 (or 0x2AB725) is unknown color: approx Lime Green. HEX triplet: 2A, B7 and 25. RGB value is (42,183,37). Sum of RGB (Red+Green+Blue) = 42+183+37=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB725 is #D548DA. Grayscale: #7C7C7C. Windows color (decimal): -13977819 or 2471722. OLE color: 2471722.

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

Color convert

RGB4218337-
CMYK0.7700.800.28
HSL117.95º66.36%43.14%-
HSV(B)117.95º79.78%71.76%-
XYZ18.2234.497.45-
YUV124.278.7969.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 183 (71.88% from 255) = 69.85%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=16.03%
G=69.85%
B=14.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42183370.7700.800.28117.9566.3643.14
Hex2AB7254D0501C76422b
Octal522674511501203416610253
Binary101010101101111001011001101010100001110011101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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