#2FEB2F

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

Shades of Lime Green #2FEB2F

Tints of Lime Green #2FEB2F

Color information

#2FEB2F (or 0x2FEB2F) is unknown color: approx Lime Green. HEX triplet: 2F, EB and 2F. RGB value is (47,235,47). Sum of RGB (Red+Green+Blue) = 47+235+47=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 235 (92.19% from 255 or 71.43% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB2F is #D014D0. Grayscale: #9D9D9D. Windows color (decimal): -13636817 or 3140399. OLE color: 3140399.

HSL color Cylindrical-coordinate representation of color #2FEB2F: hue angle of 120º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB2F is Cyan = 0.8, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB4723547-
CMYK0.800.80.08
HSL120º82.46%55.29%-
HSV(B)120º80%92.16%-
XYZ31.3960.2312.66-
YUV157.3665.7249.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 235 (92.19% from 255) = 71.43%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=14.29%
G=71.43%
B=14.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47235470.800.80.0812082.4655.29
Hex2FEB2F500508785237
Octal573535712001201017012267
Binary10111111101011101111101000001010000100011110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,235,47); }

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

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

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

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

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

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

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