#519D30

Color #519D30 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #519D30

Tints of Limeade #519D30

Color information

#519D30 (or 0x519D30) is unknown color: approx Limeade. HEX triplet: 51, 9D and 30. RGB value is (81,157,48). Sum of RGB (Red+Green+Blue) = 81+157+48=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #519D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D30 is #AE62CF. Grayscale: #7A7A7A. Windows color (decimal): -11428560 or 3186001. OLE color: 3186001.

HSL color Cylindrical-coordinate representation of color #519D30: hue angle of 101.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #519D30 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB8115748-
CMYK0.4800.690.38
HSL101.83º53.17%40.2%-
HSV(B)101.83º69.43%61.57%-
XYZ15.9826.086.99-
YUV121.8586.3298.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 157 (61.72% from 255) = 54.90%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=28.32%
G=54.90%
B=16.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81157480.4800.690.38101.8353.1740.2
Hex519D303004526663528
Octal12123560600105461466550
Binary101000110011101110000110000010001011001101100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519D30; }

 p { color: rgb(81,157,48); }

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

<style>
 a { background-color: #519D30; }

 a { background-color: rgb(81,157,48); }

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

<style>
 span { border-color: #519D30; }

 span { border-color: rgb(81,157,48); }

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