#47CD36

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

Shades of Lime Green #47CD36

Tints of Lime Green #47CD36

Color information

#47CD36 (or 0x47CD36) is unknown color: approx Lime Green. HEX triplet: 47, CD and 36. RGB value is (71,205,54). Sum of RGB (Red+Green+Blue) = 71+205+54=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CD36 is #B832C9. Grayscale: #949494. Windows color (decimal): -12071626 or 3591495. OLE color: 3591495.

HSL color Cylindrical-coordinate representation of color #47CD36: hue angle of 113.25º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47CD36 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB7120554-
CMYK0.6500.740.20
HSL113.25º60.16%50.78%-
HSV(B)113.25º73.66%80.39%-
XYZ25.145.2710.91-
YUV147.7275.1173.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 205 (80.47% from 255) = 62.12%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=21.52%
G=62.12%
B=16.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71205540.6500.740.20113.2560.1650.78
Hex47CD364104A14713c33
Octal107315661010112241617463
Binary100011111001101110110100000101001010101001110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,205,54); }

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

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

 a { background-color: rgb(71,205,54); }

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

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

 span { border-color: rgb(71,205,54); }

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