Html Css Color HEX #529400 Limeade

📋 copy color: '#529400'

red 82 ◦ green 148 ◦ blue 0

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

Shades of Limeade #529400

Tints of Limeade #529400

RGB

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

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

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

R = 35.65%
G = 64.35%
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

#529400 (or 0x529400) is known color: Limeade. HEX triplet: 52, 94 and 00. RGB value is (82,148,0). Sum of RGB (Red+Green+Blue) = 82+148+0=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #529400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529400 is #AD6BFF. Grayscale: #6F6F6F. Windows color (decimal): -11365376 or 37970. OLE color: 37970.

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

Color convert

RGB 82 148 0 -
CMYK 0.45 0 1 0.42
HSL 86.76º 1% 0.29% -
HSV(B) 86.76º 1% 0.58% -
XYZ 14.07 22.97 3.69 -
YUV 111.39 65.13 107.03 -
System Red Green Blue C M Y K H S L
Decimal 82 148 0 0.45 0 1 0.42 86.76 1 0.29
Hex 52 94 0 2D 0 64 2A 57 64 1D
Octal 122 224 0 55 0 144 52 127 144 35
Binary 1010010 10010100 0 101101 0 1100100 101010 1010111 1100100 11101

Color Harmonies of #529400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529400

Black with #529400

Text Example


Text Example

White with #529400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529400; }

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

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

background-color css

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

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

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

border-color css

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

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

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