#2FFC45

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

Shades of Lime Green #2FFC45

Tints of Lime Green #2FFC45

Color information

#2FFC45 (or 0x2FFC45) is unknown color: approx Lime Green. HEX triplet: 2F, FC and 45. RGB value is (47,252,69). Sum of RGB (Red+Green+Blue) = 47+252+69=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC45 is #D003BA. Grayscale: #AAAAAA. Windows color (decimal): -13632443 or 4586543. OLE color: 4586543.

HSL color Cylindrical-coordinate representation of color #2FFC45: hue angle of 126.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC45 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB4725269-
CMYK0.8100.730.01
HSL126.44º97.16%58.63%-
HSV(B)126.44º81.35%98.82%-
XYZ37.0670.6517.31-
YUV169.8471.0840.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.77%
GREEN value IS 252 (98.83% from 255) = 68.48%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=12.77%
G=68.48%
B=18.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal47252690.8100.730.01126.4497.1658.63
Hex2FFC455104917e613b
Octal573741051210111117614173
Binary101111111111001000101101000101001001111111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,252,69); }

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

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

 a { background-color: rgb(47,252,69); }

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

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

 span { border-color: rgb(47,252,69); }

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