#2ABA30

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

Shades of Lime Green #2ABA30

Tints of Lime Green #2ABA30

Color information

#2ABA30 (or 0x2ABA30) is unknown color: approx Lime Green. HEX triplet: 2A, BA and 30. RGB value is (42,186,48). Sum of RGB (Red+Green+Blue) = 42+186+48=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA30 is #D545CF. Grayscale: #7F7F7F. Windows color (decimal): -13977040 or 3193386. OLE color: 3193386.

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

Color convert

RGB4218648-
CMYK0.7700.740.27
HSL122.5º63.16%44.71%-
HSV(B)122.5º77.42%72.94%-
XYZ19.0535.828.71-
YUV127.2183.2967.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=15.22%
G=67.39%
B=17.39%

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
Decimal42186480.7700.740.27122.563.1644.71
Hex2ABA304D04A1B7a3f2d
Octal52272601150112331727755
Binary10101010111010110000100110101001010110111111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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