#47ED46

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

Shades of Lime Green #47ED46

Tints of Lime Green #47ED46

Color information

#47ED46 (or 0x47ED46) is unknown color: approx Lime Green. HEX triplet: 47, ED and 46. RGB value is (71,237,70). Sum of RGB (Red+Green+Blue) = 71+237+70=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #47ED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47ED46 is #B812B9. Grayscale: #A8A8A8. Windows color (decimal): -12063418 or 4648263. OLE color: 4648263.

HSL color Cylindrical-coordinate representation of color #47ED46: hue angle of 119.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ED46 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB7123770-
CMYK0.7000.700.07
HSL119.64º82.27%60.2%-
HSV(B)119.64º70.46%92.94%-
XYZ33.9962.3516.04-
YUV168.3372.558.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 237 (92.97% from 255) = 62.70%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=18.78%
G=62.70%
B=18.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71237700.7000.700.07119.6482.2760.2
Hex47ED4646046778523c
Octal1073551061060106717012274
Binary100011111101101100011010001100100011011111110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,237,70); }

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

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

 a { background-color: rgb(71,237,70); }

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

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

 span { border-color: rgb(71,237,70); }

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