#2FBA47

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

Shades of Lime Green #2FBA47

Tints of Lime Green #2FBA47

Color information

#2FBA47 (or 0x2FBA47) is unknown color: approx Lime Green. HEX triplet: 2F, BA and 47. RGB value is (47,186,71). Sum of RGB (Red+Green+Blue) = 47+186+71=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA47 is #D045B8. Grayscale: #838383. Windows color (decimal): -13649337 or 4700719. OLE color: 4700719.

HSL color Cylindrical-coordinate representation of color #2FBA47: hue angle of 130.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA47 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB4718671-
CMYK0.7500.620.27
HSL130.36º59.66%45.69%-
HSV(B)130.36º74.73%72.94%-
XYZ19.8736.1811.9-
YUV131.3393.9567.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 186 (73.05% from 255) = 61.18%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=15.46%
G=61.18%
B=23.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186710.7500.620.27130.3659.6645.69
Hex2FBA474B03E1B823c2e
Octal57272107113076332027456
Binary101111101110101000111100101101111101101110000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,71); }

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

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

 a { background-color: rgb(47,186,71); }

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

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

 span { border-color: rgb(47,186,71); }

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