#2DF447

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

Shades of Lime Green #2DF447

Tints of Lime Green #2DF447

Color information

#2DF447 (or 0x2DF447) is unknown color: approx Lime Green. HEX triplet: 2D, F4 and 47. RGB value is (45,244,71). Sum of RGB (Red+Green+Blue) = 45+244+71=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF447 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF447 is #D20BB8. Grayscale: #A5A5A5. Windows color (decimal): -13765561 or 4715565. OLE color: 4715565.

HSL color Cylindrical-coordinate representation of color #2DF447: hue angle of 127.84º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF447 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB4524471-
CMYK0.8200.710.04
HSL127.84º90.05%56.67%-
HSV(B)127.84º81.56%95.69%-
XYZ34.5765.7116.82-
YUV164.7875.0742.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.5%
GREEN value IS 244 (95.70% from 255) = 67.78%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=12.5%
G=67.78%
B=19.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal45244710.8200.710.04127.8490.0556.67
Hex2DF447520474805a39
Octal553641071220107420013271
Binary101101111101001000111101001001000111100100000001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,244,71); }

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

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

 a { background-color: rgb(45,244,71); }

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

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

 span { border-color: rgb(45,244,71); }

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