#2ABF40

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

Shades of Lime Green #2ABF40

Tints of Lime Green #2ABF40

Color information

#2ABF40 (or 0x2ABF40) is unknown color: approx Lime Green. HEX triplet: 2A, BF and 40. RGB value is (42,191,64). Sum of RGB (Red+Green+Blue) = 42+191+64=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF40 is #D540BF. Grayscale: #848484. Windows color (decimal): -13975744 or 4243242. OLE color: 4243242.

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

Color convert

RGB4219164-
CMYK0.7800.660.25
HSL128.86º63.95%45.69%-
HSV(B)128.86º78.01%74.9%-
XYZ20.5138.1211.13-
YUV131.9789.6463.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 191 (75% from 255) = 64.31%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=14.14%
G=64.31%
B=21.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191640.7800.660.25128.8663.9545.69
Hex2ABF404E0421981402e
Octal5227710011601023120110056
Binary10101010111111100000010011100100001011001100000011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,191,64); }

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

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

 a { background-color: rgb(42,191,64); }

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

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

 span { border-color: rgb(42,191,64); }

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