#519A27

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

Shades of Limeade #519A27

Tints of Limeade #519A27

Color information

#519A27 (or 0x519A27) is unknown color: approx Limeade. HEX triplet: 51, 9A and 27. RGB value is (81,154,39). Sum of RGB (Red+Green+Blue) = 81+154+39=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #519A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A27 is #AE65D8. Grayscale: #777777. Windows color (decimal): -11429337 or 2595409. OLE color: 2595409.

HSL color Cylindrical-coordinate representation of color #519A27: hue angle of 98.09º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #519A27 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB8115439-
CMYK0.4700.750.40
HSL98.09º59.59%37.84%-
HSV(B)98.09º74.68%60.39%-
XYZ15.3225.015.94-
YUV119.0682.82100.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 154 (60.55% from 255) = 56.20%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=29.56%
G=56.20%
B=14.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81154390.4700.750.4098.0959.5937.84
Hex519A272F04B28623c26
Octal12123247570113501427446
Binary101000110011010100111101111010010111010001100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,39); }

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

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

 a { background-color: rgb(81,154,39); }

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

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

 span { border-color: rgb(81,154,39); }

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