#47D02B

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

Shades of Lime Green #47D02B

Tints of Lime Green #47D02B

Color information

#47D02B (or 0x47D02B) is unknown color: approx Lime Green. HEX triplet: 47, D0 and 2B. RGB value is (71,208,43). Sum of RGB (Red+Green+Blue) = 71+208+43=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #47D02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D02B is #B82FD4. Grayscale: #949494. Windows color (decimal): -12070869 or 2871367. OLE color: 2871367.

HSL color Cylindrical-coordinate representation of color #47D02B: hue angle of 109.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47D02B is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB7120843-
CMYK0.6600.790.18
HSL109.82º65.74%49.22%-
HSV(B)109.82º79.33%81.57%-
XYZ25.5946.639.94-
YUV148.2368.6172.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 208 (81.64% from 255) = 64.60%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=22.05%
G=64.60%
B=13.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71208430.6600.790.18109.8265.7449.22
Hex47D02B4204F126e4231
Octal1073205310201172215610261
Binary1000111110100001010111000010010011111001011011101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,43); }

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

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

 a { background-color: rgb(71,208,43); }

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

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

 span { border-color: rgb(71,208,43); }

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