Html Css Color HEX #529330 Limeade

📋 copy color: '#529330'

red 82 ◦ green 147 ◦ blue 48

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

Shades of Limeade #529330

Tints of Limeade #529330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.07%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 29.6%
G = 53.07%
B = 17.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#529330 (or 0x529330) is known color: Limeade. HEX triplet: 52, 93 and 30. RGB value is (82,147,48). Sum of RGB (Red+Green+Blue) = 82+147+48=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #529330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529330 is #AD6CCF. Grayscale: #747474. Windows color (decimal): -11365584 or 3183442. OLE color: 3183442.

HSL color Cylindrical-coordinate representation of color #529330: hue angle of 99.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529330 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 48 -
CMYK 0.44 0 0.67 0.42
HSL 99.39º 0.51% 0.38% -
HSV(B) 99.39º 0.67% 0.58% -
XYZ 14.45 22.87 6.45 -
YUV 116.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 82 147 48 0.44 0 0.67 0.42 99.39 0.51 0.38
Hex 52 93 30 2C 0 43 2A 63 33 26
Octal 122 223 60 54 0 103 52 143 63 46
Binary 1010010 10010011 110000 101100 0 1000011 101010 1100011 110011 100110

Color Harmonies of #529330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529330

Black with #529330

Text Example


Text Example

White with #529330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529330; }

 p { color: rgb(82,147,48); }

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

background-color css

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

 a { background-color: rgb(82,147,48); }

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

border-color css

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

 span { border-color: rgb(82,147,48); }

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