#2ABD4A

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

Shades of Lime Green #2ABD4A

Tints of Lime Green #2ABD4A

Color information

#2ABD4A (or 0x2ABD4A) is unknown color: approx Lime Green. HEX triplet: 2A, BD and 4A. RGB value is (42,189,74). Sum of RGB (Red+Green+Blue) = 42+189+74=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD4A is #D542B5. Grayscale: #848484. Windows color (decimal): -13976246 or 4898090. OLE color: 4898090.

HSL color Cylindrical-coordinate representation of color #2ABD4A: hue angle of 133.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD4A is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB4218974-
CMYK0.7800.610.26
HSL133.06º63.64%45.29%-
HSV(B)133.06º77.78%74.12%-
XYZ20.3937.3812.62-
YUV131.9495.363.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=13.77%
G=61.97%
B=24.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42189740.7800.610.26133.0663.6445.29
Hex2ABD4A4E03D1A85402d
Octal522751121160753220510055
Binary1010101011110110010101001110011110111010100001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,189,74); }

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

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

 a { background-color: rgb(42,189,74); }

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

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

 span { border-color: rgb(42,189,74); }

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