#2fbf49

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

Shades of Lime Green #2FBF49

Tints of Lime Green #2FBF49

Color information

#2FBF49 (or 0x2FBF49) is unknown color: approx Lime Green. HEX triplet: 2F, BF and 49. RGB value is (47,191,73). Sum of RGB (Red+Green+Blue) = 47+191+73=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF49 is #D040B6. Grayscale: #868686. Windows color (decimal): -13648055 or 4833071. OLE color: 4833071.

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

Color convert

RGB4719173-
CMYK0.7500.620.25
HSL130.83º60.5%46.67%-
HSV(B)130.83º75.39%74.9%-
XYZ21.0138.3512.6-
YUV134.4993.2965.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 191 (75% from 255) = 61.41%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=15.11%
G=61.41%
B=23.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191730.7500.620.25130.8360.546.67
Hex2FBF494B03E19833d2f
Octal57277111113076312037557
Binary101111101111111001001100101101111101100110000011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fbf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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