#2ABE28

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

Shades of Lime Green #2ABE28

Tints of Lime Green #2ABE28

Color information

#2ABE28 (or 0x2ABE28) is unknown color: approx Lime Green. HEX triplet: 2A, BE and 28. RGB value is (42,190,40). Sum of RGB (Red+Green+Blue) = 42+190+40=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE28 is #D541D7. Grayscale: #818181. Windows color (decimal): -13976024 or 2670122. OLE color: 2670122.

HSL color Cylindrical-coordinate representation of color #2ABE28: hue angle of 119.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABE28 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB4219040-
CMYK0.7800.790.25
HSL119.2º65.22%45.1%-
HSV(B)119.2º78.95%74.51%-
XYZ19.7537.478.2-
YUV128.6577.9766.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 190 (74.61% from 255) = 69.85%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=15.44%
G=69.85%
B=14.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42190400.7800.790.25119.265.2245.1
Hex2ABE284E04F1977412d
Octal522765011601173116710155
Binary101010101111101010001001110010011111100111101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,190,40); }

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

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

 a { background-color: rgb(42,190,40); }

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

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

 span { border-color: rgb(42,190,40); }

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