#2FB53E

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

Shades of Lime Green #2FB53E

Tints of Lime Green #2FB53E

Color information

#2FB53E (or 0x2FB53E) is unknown color: approx Lime Green. HEX triplet: 2F, B5 and 3E. RGB value is (47,181,62). Sum of RGB (Red+Green+Blue) = 47+181+62=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB53E is #D04AC1. Grayscale: #7F7F7F. Windows color (decimal): -13650626 or 4109615. OLE color: 4109615.

HSL color Cylindrical-coordinate representation of color #2FB53E: hue angle of 126.72º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB53E is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB4718162-
CMYK0.7400.660.29
HSL126.72º58.77%44.71%-
HSV(B)126.72º74.03%70.98%-
XYZ18.573410.14-
YUV127.3791.1170.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 181 (71.09% from 255) = 62.41%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=16.21%
G=62.41%
B=21.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47181620.7400.660.29126.7258.7744.71
Hex2FB53E4A0421D7f3b2d
Octal57265761120102351777355
Binary10111110110101111110100101001000010111011111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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