#2ABA31

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

Shades of Lime Green #2ABA31

Tints of Lime Green #2ABA31

Color information

#2ABA31 (or 0x2ABA31) is unknown color: approx Lime Green. HEX triplet: 2A, BA and 31. RGB value is (42,186,49). Sum of RGB (Red+Green+Blue) = 42+186+49=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA31 is #D545CE. Grayscale: #7F7F7F. Windows color (decimal): -13977039 or 3258922. OLE color: 3258922.

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

Color convert

RGB4218649-
CMYK0.7700.740.27
HSL122.92º63.16%44.71%-
HSV(B)122.92º77.42%72.94%-
XYZ19.0735.838.82-
YUV127.3383.7967.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=15.16%
G=67.15%
B=17.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42186490.7700.740.27122.9263.1644.71
Hex2ABA314D04A1B7b3f2d
Octal52272611150112331737755
Binary10101010111010110001100110101001010110111111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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