#2FE93A

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

Shades of Lime Green #2FE93A

Tints of Lime Green #2FE93A

Color information

#2FE93A (or 0x2FE93A) is unknown color: approx Lime Green. HEX triplet: 2F, E9 and 3A. RGB value is (47,233,58). Sum of RGB (Red+Green+Blue) = 47+233+58=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 233 (91.41% from 255 or 68.93% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE93A is #D016C5. Grayscale: #9D9D9D. Windows color (decimal): -13637318 or 3860783. OLE color: 3860783.

HSL color Cylindrical-coordinate representation of color #2FE93A: hue angle of 123.55º degrees, saturation: 0.81, 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 #2FE93A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB4723358-
CMYK0.8000.750.09
HSL123.55º80.87%54.9%-
HSV(B)123.55º79.83%91.37%-
XYZ31.0759.1913.79-
YUV157.4471.8849.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 233 (91.41% from 255) = 68.93%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=13.91%
G=68.93%
B=17.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47233580.8000.750.09123.5580.8754.9
Hex2FE93A5004B97c5137
Octal573517212001131117412167
Binary10111111101001111010101000001001011100111111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,233,58); }

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

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

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

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

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

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

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