#2FF047

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

Shades of Lime Green #2FF047

Tints of Lime Green #2FF047

Color information

#2FF047 (or 0x2FF047) is unknown color: approx Lime Green. HEX triplet: 2F, F0 and 47. RGB value is (47,240,71). Sum of RGB (Red+Green+Blue) = 47+240+71=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF047 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF047 is #D00FB8. Grayscale: #A3A3A3. Windows color (decimal): -13635513 or 4714543. OLE color: 4714543.

HSL color Cylindrical-coordinate representation of color #2FF047: hue angle of 127.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF047 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB4724071-
CMYK0.8000.700.06
HSL127.46º86.55%56.27%-
HSV(B)127.46º80.42%94.12%-
XYZ33.4763.3816.43-
YUV163.0376.0645.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.13%
GREEN value IS 240 (94.14% from 255) = 67.04%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=13.13%
G=67.04%
B=19.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47240710.8000.700.06127.4686.5556.27
Hex2FF0475004667f5738
Octal573601071200106617712770
Binary10111111110000100011110100000100011011011111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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