Html Css Color HEX #529800 Limeade

📋 copy color: '#529800'

red 82 ◦ green 152 ◦ blue 0

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

Shades of Limeade #529800

Tints of Limeade #529800

RGB

 RED value IS 82 (32.42% from 255) = 35.04%

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

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

R = 35.04%
G = 64.96%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#529800 (or 0x529800) is known color: Limeade. HEX triplet: 52, 98 and 00. RGB value is (82,152,0). Sum of RGB (Red+Green+Blue) = 82+152+0=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #529800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529800 is #AD67FF. Grayscale: #727272. Windows color (decimal): -11364352 or 38994. OLE color: 38994.

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

Color convert

RGB 82 152 0 -
CMYK 0.46 0 1 0.40
HSL 87.63º 1% 0.3% -
HSV(B) 87.63º 1% 0.6% -
XYZ 14.71 24.25 3.91 -
YUV 113.74 63.81 105.36 -
System Red Green Blue C M Y K H S L
Decimal 82 152 0 0.46 0 1 0.40 87.63 1 0.3
Hex 52 98 0 2E 0 64 28 58 64 1E
Octal 122 230 0 56 0 144 50 130 144 36
Binary 1010010 10011000 0 101110 0 1100100 101000 1011000 1100100 11110

Color Harmonies of #529800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529800

Black with #529800

Text Example


Text Example

White with #529800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529800; }

 p { color: rgb(82,152,0); }

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

background-color css

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

 a { background-color: rgb(82,152,0); }

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

border-color css

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

 span { border-color: rgb(82,152,0); }

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