#2FE938

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

Shades of Lime Green #2FE938

Tints of Lime Green #2FE938

Color information

#2FE938 (or 0x2FE938) is unknown color: approx Lime Green. HEX triplet: 2F, E9 and 38. RGB value is (47,233,56). Sum of RGB (Red+Green+Blue) = 47+233+56=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE938 is #D016C7. Grayscale: #9D9D9D. Windows color (decimal): -13637320 or 3729711. OLE color: 3729711.

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

Color convert

RGB4723356-
CMYK0.8000.760.09
HSL122.9º80.87%54.9%-
HSV(B)122.9º79.83%91.37%-
XYZ31.0359.1713.53-
YUV157.2170.8849.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.99%
GREEN value IS 233 (91.41% from 255) = 69.35%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=13.99%
G=69.35%
B=16.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47233560.8000.760.09122.980.8754.9
Hex2FE9385004C97b5137
Octal573517012001141117312167
Binary10111111101001111000101000001001100100111110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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