Html Css Color HEX #529930 Limeade

📋 copy color: '#529930'

red 82 ◦ green 153 ◦ blue 48

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

Shades of Limeade #529930

Tints of Limeade #529930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.06%

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

R = 28.98%
G = 54.06%
B = 16.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#529930 (or 0x529930) is known color: Limeade. HEX triplet: 52, 99 and 30. RGB value is (82,153,48). Sum of RGB (Red+Green+Blue) = 82+153+48=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #529930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529930 is #AD66CF. Grayscale: #787878. Windows color (decimal): -11364048 or 3184978. OLE color: 3184978.

HSL color Cylindrical-coordinate representation of color #529930: hue angle of 100.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #529930 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 48 -
CMYK 0.46 0 0.69 0.4
HSL 100.57º 0.52% 0.39% -
HSV(B) 100.57º 0.69% 0.6% -
XYZ 15.4 24.79 6.77 -
YUV 119.8 87.48 101.04 -
System Red Green Blue C M Y K H S L
Decimal 82 153 48 0.46 0 0.69 0.4 100.57 0.52 0.39
Hex 52 99 30 2E 0 45 28 65 34 27
Octal 122 231 60 56 0 105 50 145 64 47
Binary 1010010 10011001 110000 101110 0 1000101 101000 1100101 110100 100111

Color Harmonies of #529930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529930

Black with #529930

Text Example


Text Example

White with #529930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529930; }

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

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

background-color css

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

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

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

border-color css

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

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

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