#2ABE29

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

Shades of Lime Green #2ABE29

Tints of Lime Green #2ABE29

Color information

#2ABE29 (or 0x2ABE29) is unknown color: approx Lime Green. HEX triplet: 2A, BE and 29. RGB value is (42,190,41). Sum of RGB (Red+Green+Blue) = 42+190+41=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE29 is #D541D6. Grayscale: #818181. Windows color (decimal): -13976023 or 2735658. OLE color: 2735658.

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

Color convert

RGB4219041-
CMYK0.7800.780.25
HSL119.6º64.5%45.29%-
HSV(B)119.6º78.42%74.51%-
XYZ19.7737.488.29-
YUV128.7678.4766.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 190 (74.61% from 255) = 69.60%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=15.38%
G=69.60%
B=15.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42190410.7800.780.25119.664.545.29
Hex2ABE294E04E1978412d
Octal522765111601163117010155
Binary101010101111101010011001110010011101100111110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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