#47DF21

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

Shades of Lime Green #47DF21

Tints of Lime Green #47DF21

Color information

#47DF21 (or 0x47DF21) is unknown color: approx Lime Green. HEX triplet: 47, DF and 21. RGB value is (71,223,33). Sum of RGB (Red+Green+Blue) = 71+223+33=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DF21 is #B820DE. Grayscale: #9C9C9C. Windows color (decimal): -12067039 or 2219847. OLE color: 2219847.

HSL color Cylindrical-coordinate representation of color #47DF21: hue angle of 108º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47DF21 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB7122333-
CMYK0.6800.850.13
HSL108º74.8%50.2%-
HSV(B)108º85.2%87.45%-
XYZ29.2654.2210.36-
YUV155.8958.6467.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 223 (87.5% from 255) = 68.20%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=21.71%
G=68.20%
B=10.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71223330.6800.850.1310874.850.2
Hex47DF2144055D6c4b32
Octal1073374110401251515411362
Binary100011111011111100001100010001010101110111011001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47DF21; }

 p { color: rgb(71,223,33); }

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

<style>
 a { background-color: #47DF21; }

 a { background-color: rgb(71,223,33); }

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

<style>
 span { border-color: #47DF21; }

 span { border-color: rgb(71,223,33); }

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