#2FE31B

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

Shades of Lime Green #2FE31B

Tints of Lime Green #2FE31B

Color information

#2FE31B (or 0x2FE31B) is unknown color: approx Lime Green. HEX triplet: 2F, E3 and 1B. RGB value is (47,227,27). Sum of RGB (Red+Green+Blue) = 47+227+27=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 227 (89.06% from 255 or 75.42% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE31B is #D01CE4. Grayscale: #979797. Windows color (decimal): -13638885 or 1827631. OLE color: 1827631.

HSL color Cylindrical-coordinate representation of color #2FE31B: hue angle of 114º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FE31B is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB4722727-
CMYK0.7900.880.11
HSL114º78.74%49.8%-
HSV(B)114º88.11%89.02%-
XYZ28.8455.6210.25-
YUV150.3858.3754.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 227 (89.06% from 255) = 75.42%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=15.61%
G=75.42%
B=8.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47227270.7900.880.1111478.7449.8
Hex2FE31B4F058B724f32
Octal573433311701301316211762
Binary1011111110001111011100111101011000101111100101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,227,27); }

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

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

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

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

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

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

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