Html Css Color HEX #519900 Limeade

📋 copy color: '#519900'

red 81 ◦ green 153 ◦ blue 0

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

Shades of Limeade #519900

Tints of Limeade #519900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.38%

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

R = 34.62%
G = 65.38%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#519900 (or 0x519900) is known color: Limeade. HEX triplet: 51, 99 and 00. RGB value is (81,153,0). Sum of RGB (Red+Green+Blue) = 81+153+0=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #519900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519900 is #AE66FF. Grayscale: #727272. Windows color (decimal): -11429632 or 39249. OLE color: 39249.

HSL color Cylindrical-coordinate representation of color #519900: hue angle of 88.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #519900 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 0 -
CMYK 0.47 0 1 0.4
HSL 88.24º 1% 0.3% -
HSV(B) 88.24º 1% 0.6% -
XYZ 14.78 24.53 3.96 -
YUV 114.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 81 153 0 0.47 0 1 0.4 88.24 1 0.3
Hex 51 99 0 2F 0 64 28 58 64 1E
Octal 121 231 0 57 0 144 50 130 144 36
Binary 1010001 10011001 0 101111 0 1100100 101000 1011000 1100100 11110

Color Harmonies of #519900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519900

Black with #519900

Text Example


Text Example

White with #519900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519900; }

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

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

background-color css

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

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

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

border-color css

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

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

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