#2FEB27

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

Shades of Lime Green #2FEB27

Tints of Lime Green #2FEB27

Color information

#2FEB27 (or 0x2FEB27) is unknown color: approx Lime Green. HEX triplet: 2F, EB and 27. RGB value is (47,235,39). Sum of RGB (Red+Green+Blue) = 47+235+39=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB27 is #D014D8. Grayscale: #9D9D9D. Windows color (decimal): -13636825 or 2616111. OLE color: 2616111.

HSL color Cylindrical-coordinate representation of color #2FEB27: hue angle of 117.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEB27 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB4723539-
CMYK0.800.830.08
HSL117.55º83.05%53.73%-
HSV(B)117.55º83.4%92.16%-
XYZ31.2560.1711.89-
YUV156.4461.7249.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 235 (92.19% from 255) = 73.21%
BLUE value IS 39 (15.62% from 255) = 12.15%
R=14.64%
G=73.21%
B=12.15%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47235390.800.830.08117.5583.0553.73
Hex2FEB27500538765336
Octal573534712001231016612366
Binary10111111101011100111101000001010011100011101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,235,39); }

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

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

 a { background-color: rgb(47,235,39); }

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

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

 span { border-color: rgb(47,235,39); }

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