Html Css Color HEX #529724 Limeade

📋 copy color: '#529724'

red 82 ◦ green 151 ◦ blue 36

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

Shades of Limeade #529724

Tints of Limeade #529724

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.13%

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 30.48%
G = 56.13%
B = 13.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#529724 (or 0x529724) is known color: Limeade. HEX triplet: 52, 97 and 24. RGB value is (82,151,36). Sum of RGB (Red+Green+Blue) = 82+151+36=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #529724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529724 is #AD68DB. Grayscale: #757575. Windows color (decimal): -11364572 or 2398034. OLE color: 2398034.

HSL color Cylindrical-coordinate representation of color #529724: hue angle of 96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529724 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 36 -
CMYK 0.46 0 0.76 0.41
HSL 96º 0.61% 0.37% -
HSV(B) 96º 0.76% 0.59% -
XYZ 14.86 24.05 5.53 -
YUV 117.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 82 151 36 0.46 0 0.76 0.41 96 0.61 0.37
Hex 52 97 24 2E 0 4C 29 60 3D 25
Octal 122 227 44 56 0 114 51 140 75 45
Binary 1010010 10010111 100100 101110 0 1001100 101001 1100000 111101 100101

Color Harmonies of #529724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529724

Black with #529724

Text Example


Text Example

White with #529724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529724; }

 p { color: rgb(82,151,36); }

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

background-color css

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

 a { background-color: rgb(82,151,36); }

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

border-color css

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

 span { border-color: rgb(82,151,36); }

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