#2ABF27

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

Shades of Lime Green #2ABF27

Tints of Lime Green #2ABF27

Color information

#2ABF27 (or 0x2ABF27) is unknown color: approx Lime Green. HEX triplet: 2A, BF and 27. RGB value is (42,191,39). Sum of RGB (Red+Green+Blue) = 42+191+39=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF27 is #D540D8. Grayscale: #818181. Windows color (decimal): -13975769 or 2604842. OLE color: 2604842.

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

Color convert

RGB4219139-
CMYK0.7800.800.25
HSL118.82º66.09%45.1%-
HSV(B)118.82º79.58%74.9%-
XYZ19.9537.98.18-
YUV129.1277.1465.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=15.44%
G=70.22%
B=14.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191390.7800.800.25118.8266.0945.1
Hex2ABF274E0501977422d
Octal522774711601203116710255
Binary101010101111111001111001110010100001100111101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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