#2FFF45

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

Shades of Lime Green #2FFF45

Tints of Lime Green #2FFF45

Color information

#2FFF45 (or 0x2FFF45) is unknown color: approx Lime Green. HEX triplet: 2F, FF and 45. RGB value is (47,255,69). Sum of RGB (Red+Green+Blue) = 47+255+69=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF45 is #D000BA. Grayscale: #ACACAC. Windows color (decimal): -13631675 or 4587311. OLE color: 4587311.

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

Color convert

RGB4725569-
CMYK0.8200.730
HSL126.35º100%59.22%-
HSV(B)126.35º81.57%100%-
XYZ38.0172.5517.63-
YUV171.670.0939.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=12.67%
G=68.73%
B=18.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal47255690.8200.730126.3510059.22
Hex2FFF455204907e643b
Octal573771051220111017614473
Binary101111111111111000101101001001001001011111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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