#47D525

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

Shades of Lime Green #47D525

Tints of Lime Green #47D525

Color information

#47D525 (or 0x47D525) is unknown color: approx Lime Green. HEX triplet: 47, D5 and 25. RGB value is (71,213,37). Sum of RGB (Red+Green+Blue) = 71+213+37=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #47D525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D525 is #B82ADA. Grayscale: #979797. Windows color (decimal): -12069595 or 2479431. OLE color: 2479431.

HSL color Cylindrical-coordinate representation of color #47D525: hue angle of 108.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47D525 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB7121337-
CMYK0.6700.830.16
HSL108.41º70.4%49.02%-
HSV(B)108.41º82.63%83.53%-
XYZ26.7349.069.81-
YUV150.4863.9671.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 213 (83.59% from 255) = 66.36%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=22.12%
G=66.36%
B=11.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71213370.6700.830.16108.4170.449.02
Hex47D52543053106c4631
Octal1073254510301232015410661
Binary1000111110101011001011000011010100111000011011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,213,37); }

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

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

 a { background-color: rgb(71,213,37); }

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

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

 span { border-color: rgb(71,213,37); }

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