Html Css Color HEX #509802 Limeade

📋 copy color: '#509802'

red 80 ◦ green 152 ◦ blue 2

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

Shades of Limeade #509802

Tints of Limeade #509802

RGB

 RED value IS 80 (31.64% from 255) = 34.19%

 GREEN value IS 152 (59.77% from 255) = 64.96%

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

R = 34.19%
G = 64.96%
B = 0.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#509802 (or 0x509802) is known color: Limeade. HEX triplet: 50, 98 and 02. RGB value is (80,152,2). Sum of RGB (Red+Green+Blue) = 80+152+2=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #509802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509802 is #AF67FD. Grayscale: #717171. Windows color (decimal): -11495422 or 170064. OLE color: 170064.

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

Color convert

RGB 80 152 2 -
CMYK 0.47 0 0.99 0.40
HSL 88.8º 0.97% 0.3% -
HSV(B) 88.8º 0.99% 0.6% -
XYZ 14.55 24.17 3.96 -
YUV 113.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 80 152 2 0.47 0 0.99 0.40 88.8 0.97 0.3
Hex 50 98 2 2F 0 63 28 59 61 1E
Octal 120 230 2 57 0 143 50 131 141 36
Binary 1010000 10011000 10 101111 0 1100011 101000 1011001 1100001 11110

Color Harmonies of #509802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509802

Black with #509802

Text Example


Text Example

White with #509802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509802; }

 p { color: rgb(80,152,2); }

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

background-color css

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

 a { background-color: rgb(80,152,2); }

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

border-color css

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

 span { border-color: rgb(80,152,2); }

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