#47ED30

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

Shades of Lime Green #47ED30

Tints of Lime Green #47ED30

Color information

#47ED30 (or 0x47ED30) is unknown color: approx Lime Green. HEX triplet: 47, ED and 30. RGB value is (71,237,48). Sum of RGB (Red+Green+Blue) = 71+237+48=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #47ED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47ED30 is #B812CF. Grayscale: #A6A6A6. Windows color (decimal): -12063440 or 3206471. OLE color: 3206471.

HSL color Cylindrical-coordinate representation of color #47ED30: hue angle of 112.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47ED30 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB7123748-
CMYK0.7000.800.07
HSL112.7º84%55.88%-
HSV(B)112.7º79.75%92.94%-
XYZ33.4262.1213.03-
YUV165.8261.560.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 237 (92.97% from 255) = 66.57%
BLUE value IS 48 (19.14% from 255) = 13.48%
R=19.94%
G=66.57%
B=13.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71237480.7000.800.07112.78455.88
Hex47ED30460507715438
Octal107355601060120716112470
Binary10001111110110111000010001100101000011111100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ED30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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