#2FE83E

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

Shades of Lime Green #2FE83E

Tints of Lime Green #2FE83E

Color information

#2FE83E (or 0x2FE83E) is unknown color: approx Lime Green. HEX triplet: 2F, E8 and 3E. RGB value is (47,232,62). Sum of RGB (Red+Green+Blue) = 47+232+62=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE83E is #D017C1. Grayscale: #9D9D9D. Windows color (decimal): -13637570 or 4122671. OLE color: 4122671.

HSL color Cylindrical-coordinate representation of color #2FE83E: hue angle of 124.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE83E is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB4723262-
CMYK0.8000.730.09
HSL124.86º80.09%54.71%-
HSV(B)124.86º79.74%90.98%-
XYZ30.958.6714.25-
YUV157.374.2149.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.78%
GREEN value IS 232 (91.02% from 255) = 68.04%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=13.78%
G=68.04%
B=18.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47232620.8000.730.09124.8680.0954.71
Hex2FE83E5004997d5037
Octal573507612001111117512067
Binary10111111101000111110101000001001001100111111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,232,62); }

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

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

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

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

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

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

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