#2FEA36

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

Shades of Lime Green #2FEA36

Tints of Lime Green #2FEA36

Color information

#2FEA36 (or 0x2FEA36) is unknown color: approx Lime Green. HEX triplet: 2F, EA and 36. RGB value is (47,234,54). Sum of RGB (Red+Green+Blue) = 47+234+54=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEA36 is #D015C9. Grayscale: #9E9E9E. Windows color (decimal): -13637066 or 3598895. OLE color: 3598895.

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

Color convert

RGB4723454-
CMYK0.8000.770.08
HSL122.25º81.66%55.1%-
HSV(B)122.25º79.91%91.76%-
XYZ31.2659.7213.37-
YUV157.5769.5549.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 234 (91.80% from 255) = 69.85%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=14.03%
G=69.85%
B=16.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47234540.8000.770.08122.2581.6655.1
Hex2FEA365004D87a5237
Octal573526612001151017212267
Binary10111111101010110110101000001001101100011110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,234,54); }

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

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

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

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

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

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

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