Html Css Color HEX #529D2D Limeade

📋 copy color: '#529D2D'

red 82 ◦ green 157 ◦ blue 45

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

Shades of Limeade #529D2D

Tints of Limeade #529D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.28%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 28.87%
G = 55.28%
B = 15.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#529D2D (or 0x529D2D) is known color: Limeade. HEX triplet: 52, 9D and 2D. RGB value is (82,157,45). Sum of RGB (Red+Green+Blue) = 82+157+45=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #529D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D2D is #AD62D2. Grayscale: #7A7A7A. Windows color (decimal): -11363027 or 2989394. OLE color: 2989394.

HSL color Cylindrical-coordinate representation of color #529D2D: hue angle of 100.18º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #529D2D is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 45 -
CMYK 0.48 0 0.71 0.38
HSL 100.18º 0.55% 0.4% -
HSV(B) 100.18º 0.71% 0.62% -
XYZ 16.01 26.1 6.68 -
YUV 121.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 82 157 45 0.48 0 0.71 0.38 100.18 0.55 0.4
Hex 52 9D 2D 30 0 47 26 64 37 28
Octal 122 235 55 60 0 107 46 144 67 50
Binary 1010010 10011101 101101 110000 0 1000111 100110 1100100 110111 101000

Color Harmonies of #529D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D2D

Black with #529D2D

Text Example


Text Example

White with #529D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,45); }

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

background-color css

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

 a { background-color: rgb(82,157,45); }

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

border-color css

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

 span { border-color: rgb(82,157,45); }

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