Html Css Color HEX #519400 Limeade

📋 copy color: '#519400'

red 81 ◦ green 148 ◦ blue 0

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

Shades of Limeade #519400

Tints of Limeade #519400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.63%

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

R = 35.37%
G = 64.63%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#519400 (or 0x519400) is known color: Limeade. HEX triplet: 51, 94 and 00. RGB value is (81,148,0). Sum of RGB (Red+Green+Blue) = 81+148+0=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #519400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519400 is #AE6BFF. Grayscale: #6F6F6F. Windows color (decimal): -11430912 or 37969. OLE color: 37969.

HSL color Cylindrical-coordinate representation of color #519400: hue angle of 87.16º 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 #519400 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 0 -
CMYK 0.45 0 1 0.42
HSL 87.16º 1% 0.29% -
HSV(B) 87.16º 1% 0.58% -
XYZ 13.98 22.93 3.69 -
YUV 111.1 65.3 106.53 -
System Red Green Blue C M Y K H S L
Decimal 81 148 0 0.45 0 1 0.42 87.16 1 0.29
Hex 51 94 0 2D 0 64 2A 57 64 1D
Octal 121 224 0 55 0 144 52 127 144 35
Binary 1010001 10010100 0 101101 0 1100100 101010 1010111 1100100 11101

Color Harmonies of #519400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519400

Black with #519400

Text Example


Text Example

White with #519400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519400; }

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

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

background-color css

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

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

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

border-color css

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

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

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