#47EB32

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

Shades of Lime Green #47EB32

Tints of Lime Green #47EB32

Color information

#47EB32 (or 0x47EB32) is unknown color: approx Lime Green. HEX triplet: 47, EB and 32. RGB value is (71,235,50). Sum of RGB (Red+Green+Blue) = 71+235+50=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 235 (92.19% from 255 or 66.01% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 235 - color contains mainly: green. Hex color #47EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47EB32 is #B814CD. Grayscale: #A5A5A5. Windows color (decimal): -12063950 or 3337031. OLE color: 3337031.

HSL color Cylindrical-coordinate representation of color #47EB32: hue angle of 113.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47EB32 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB7123550-
CMYK0.7000.790.08
HSL113.19º82.22%55.88%-
HSV(B)113.19º78.72%92.16%-
XYZ32.8860.9913.06-
YUV164.8763.1761.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 235 (92.19% from 255) = 66.01%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=19.94%
G=66.01%
B=14.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71235500.7000.790.08113.1982.2255.88
Hex47EB324604F8715238
Octal1073536210601171016112270
Binary100011111101011110010100011001001111100011100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,235,50); }

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

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

 a { background-color: rgb(71,235,50); }

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

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

 span { border-color: rgb(71,235,50); }

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