#2ABA42

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

Shades of Lime Green #2ABA42

Tints of Lime Green #2ABA42

Color information

#2ABA42 (or 0x2ABA42) is unknown color: approx Lime Green. HEX triplet: 2A, BA and 42. RGB value is (42,186,66). Sum of RGB (Red+Green+Blue) = 42+186+66=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA42 is #D545BD. Grayscale: #818181. Windows color (decimal): -13977022 or 4373034. OLE color: 4373034.

HSL color Cylindrical-coordinate representation of color #2ABA42: hue angle of 130º 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 #2ABA42 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB4218666-
CMYK0.7700.650.27
HSL130º63.16%44.71%-
HSV(B)130º77.42%72.94%-
XYZ19.53611.08-
YUV129.2692.2965.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=14.29%
G=63.27%
B=22.45%

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
Decimal42186660.7700.650.2713063.1644.71
Hex2ABA424D0411B823f2d
Octal522721021150101332027755
Binary1010101011101010000101001101010000011101110000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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