Html Css Color HEX #519500 Limeade

📋 copy color: '#519500'

red 81 ◦ green 149 ◦ blue 0

#519500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #519500

Tints of Limeade #519500

RGB

 RED value IS 81 (32.03% from 255) = 35.22%

 GREEN value IS 149 (58.59% from 255) = 64.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.22%
G = 64.78%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#519500 (or 0x519500) is known color: Limeade. HEX triplet: 51, 95 and 00. RGB value is (81,149,0). Sum of RGB (Red+Green+Blue) = 81+149+0=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #519500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519500 is #AE6AFF. Grayscale: #707070. Windows color (decimal): -11430656 or 38225. OLE color: 38225.

HSL color Cylindrical-coordinate representation of color #519500: hue angle of 87.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #519500 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 0 -
CMYK 0.46 0 1 0.42
HSL 87.38º 1% 0.29% -
HSV(B) 87.38º 1% 0.58% -
XYZ 14.14 23.24 3.74 -
YUV 111.68 64.97 106.12 -
System Red Green Blue C M Y K H S L
Decimal 81 149 0 0.46 0 1 0.42 87.38 1 0.29
Hex 51 95 0 2E 0 64 2A 57 64 1D
Octal 121 225 0 56 0 144 52 127 144 35
Binary 1010001 10010101 0 101110 0 1100100 101010 1010111 1100100 11101

Color Harmonies of #519500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519500

Black with #519500

Text Example


Text Example

White with #519500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519500; }

 p { color: rgb(81,149,0); }

 H1.HeaderClassName
 {
   color: #519500;
 }
 .AnyTagClassName
 {
   color: #519500;
 }
</style>

background-color css

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

 a { background-color: rgb(81,149,0); }

 div.DivClassName
 {
   background-color: #519500;
 }
 .BgClassName
 {
   background-color: #519500;
 }
</style>

border-color css

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

 span { border-color: rgb(81,149,0); }

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