#2ABA41

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

Shades of Lime Green #2ABA41

Tints of Lime Green #2ABA41

Color information

#2ABA41 (or 0x2ABA41) is unknown color: approx Lime Green. HEX triplet: 2A, BA and 41. RGB value is (42,186,65). Sum of RGB (Red+Green+Blue) = 42+186+65=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA41 is #D545BE. Grayscale: #818181. Windows color (decimal): -13977023 or 4307498. OLE color: 4307498.

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

Color convert

RGB4218665-
CMYK0.7700.650.27
HSL129.58º63.16%44.71%-
HSV(B)129.58º77.42%72.94%-
XYZ19.4735.9910.92-
YUV129.1591.7965.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=14.33%
G=63.48%
B=22.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42186650.7700.650.27129.5863.1644.71
Hex2ABA414D0411B823f2d
Octal522721011150101332027755
Binary1010101011101010000011001101010000011101110000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,65); }

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

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

 a { background-color: rgb(42,186,65); }

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

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

 span { border-color: rgb(42,186,65); }

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