Html Css Color HEX #529500 Limeade

📋 copy color: '#529500'

red 82 ◦ green 149 ◦ blue 0

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

Shades of Limeade #529500

Tints of Limeade #529500

RGB

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

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

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

R = 35.5%
G = 64.5%
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

#529500 (or 0x529500) is known color: Limeade. HEX triplet: 52, 95 and 00. RGB value is (82,149,0). Sum of RGB (Red+Green+Blue) = 82+149+0=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #529500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529500 is #AD6AFF. Grayscale: #707070. Windows color (decimal): -11365120 or 38226. OLE color: 38226.

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

Color convert

RGB 82 149 0 -
CMYK 0.45 0 1 0.42
HSL 86.98º 1% 0.29% -
HSV(B) 86.98º 1% 0.58% -
XYZ 14.23 23.29 3.75 -
YUV 111.98 64.8 106.62 -
System Red Green Blue C M Y K H S L
Decimal 82 149 0 0.45 0 1 0.42 86.98 1 0.29
Hex 52 95 0 2D 0 64 2A 57 64 1D
Octal 122 225 0 55 0 144 52 127 144 35
Binary 1010010 10010101 0 101101 0 1100100 101010 1010111 1100100 11101

Color Harmonies of #529500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529500

Black with #529500

Text Example


Text Example

White with #529500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529500; }

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

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

background-color css

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

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

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

border-color css

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

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

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