#2FBF27

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

Shades of Lime Green #2FBF27

Tints of Lime Green #2FBF27

Color information

#2FBF27 (or 0x2FBF27) is unknown color: approx Lime Green. HEX triplet: 2F, BF and 27. RGB value is (47,191,39). Sum of RGB (Red+Green+Blue) = 47+191+39=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF27 is #D040D8. Grayscale: #838383. Windows color (decimal): -13648089 or 2604847. OLE color: 2604847.

HSL color Cylindrical-coordinate representation of color #2FBF27: hue angle of 116.84º 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 #2FBF27 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB4719139-
CMYK0.7500.800.25
HSL116.84º66.09%45.1%-
HSV(B)116.84º79.58%74.9%-
XYZ20.1738.018.19-
YUV130.6276.2968.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 191 (75% from 255) = 68.95%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=16.97%
G=68.95%
B=14.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191390.7500.800.25116.8466.0945.1
Hex2FBF274B0501975422d
Octal572774711301203116510255
Binary101111101111111001111001011010100001100111101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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