Html Css Color HEX #529B24 Limeade

📋 copy color: '#529B24'

red 82 ◦ green 155 ◦ blue 36

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

Shades of Limeade #529B24

Tints of Limeade #529B24

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

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

R = 30.04%
G = 56.78%
B = 13.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#529B24 (or 0x529B24) is known color: Limeade. HEX triplet: 52, 9B and 24. RGB value is (82,155,36). Sum of RGB (Red+Green+Blue) = 82+155+36=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #529B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B24 is #AD64DB. Grayscale: #787878. Windows color (decimal): -11363548 or 2399058. OLE color: 2399058.

HSL color Cylindrical-coordinate representation of color #529B24: hue angle of 96.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529B24 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 36 -
CMYK 0.47 0 0.77 0.39
HSL 96.81º 0.62% 0.37% -
HSV(B) 96.81º 0.77% 0.61% -
XYZ 15.52 25.36 5.75 -
YUV 119.61 80.82 101.18 -
System Red Green Blue C M Y K H S L
Decimal 82 155 36 0.47 0 0.77 0.39 96.81 0.62 0.37
Hex 52 9B 24 2F 0 4D 27 61 3E 25
Octal 122 233 44 57 0 115 47 141 76 45
Binary 1010010 10011011 100100 101111 0 1001101 100111 1100001 111110 100101

Color Harmonies of #529B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B24

Black with #529B24

Text Example


Text Example

White with #529B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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