#519E34

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

Shades of Limeade #519E34

Tints of Limeade #519E34

Color information

#519E34 (or 0x519E34) is unknown color: approx Limeade. HEX triplet: 51, 9E and 34. RGB value is (81,158,52). Sum of RGB (Red+Green+Blue) = 81+158+52=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #519E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519E34 is #AE61CB. Grayscale: #7B7B7B. Windows color (decimal): -11428300 or 3448401. OLE color: 3448401.

HSL color Cylindrical-coordinate representation of color #519E34: hue angle of 103.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519E34 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB8115852-
CMYK0.4900.670.38
HSL103.58º50.48%41.18%-
HSV(B)103.58º67.09%61.96%-
XYZ16.2426.457.5-
YUV122.8987.9998.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=27.84%
G=54.30%
B=17.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81158520.4900.670.38103.5850.4841.18
Hex519E343104326683229
Octal12123664610103461506251
Binary101000110011110110100110001010000111001101101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,52); }

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

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

 a { background-color: rgb(81,158,52); }

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

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

 span { border-color: rgb(81,158,52); }

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