Html Css Color HEX #519502 Limeade

📋 copy color: '#519502'

red 81 ◦ green 149 ◦ blue 2

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

Shades of Limeade #519502

Tints of Limeade #519502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 34.91%
G = 64.22%
B = 0.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#519502 (or 0x519502) is known color: Limeade. HEX triplet: 51, 95 and 02. RGB value is (81,149,2). Sum of RGB (Red+Green+Blue) = 81+149+2=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #519502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519502 is #AE6AFD. Grayscale: #707070. Windows color (decimal): -11430654 or 169297. OLE color: 169297.

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

Color convert

RGB 81 149 2 -
CMYK 0.46 0 0.99 0.42
HSL 87.76º 0.97% 0.3% -
HSV(B) 87.76º 0.99% 0.58% -
XYZ 14.15 23.25 3.8 -
YUV 111.91 65.97 105.95 -
System Red Green Blue C M Y K H S L
Decimal 81 149 2 0.46 0 0.99 0.42 87.76 0.97 0.3
Hex 51 95 2 2E 0 63 2A 58 61 1E
Octal 121 225 2 56 0 143 52 130 141 36
Binary 1010001 10010101 10 101110 0 1100011 101010 1011000 1100001 11110

Color Harmonies of #519502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519502

Black with #519502

Text Example


Text Example

White with #519502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519502; }

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

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

background-color css

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

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

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

border-color css

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

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

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