#2ABE4C

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

Shades of Lime Green #2ABE4C

Tints of Lime Green #2ABE4C

Color information

#2ABE4C (or 0x2ABE4C) is unknown color: approx Lime Green. HEX triplet: 2A, BE and 4C. RGB value is (42,190,76). Sum of RGB (Red+Green+Blue) = 42+190+76=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE4C is #D541B3. Grayscale: #858585. Windows color (decimal): -13975988 or 5029418. OLE color: 5029418.

HSL color Cylindrical-coordinate representation of color #2ABE4C: hue angle of 133.78º degrees, saturation: 0.64, 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 #2ABE4C is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB4219076-
CMYK0.7800.600.25
HSL133.78º63.79%45.49%-
HSV(B)133.78º77.89%74.51%-
XYZ20.6737.8413.05-
YUV132.7595.9763.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 190 (74.61% from 255) = 61.69%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=13.64%
G=61.69%
B=24.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42190760.7800.600.25133.7863.7945.49
Hex2ABE4C4E03C1986402d
Octal522761141160743120610055
Binary1010101011111010011001001110011110011001100001101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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