Html Css Color HEX #529802 Limeade

📋 copy color: '#529802'

red 82 ◦ green 152 ◦ blue 2

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

Shades of Limeade #529802

Tints of Limeade #529802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.41%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 34.75%
G = 64.41%
B = 0.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#529802 (or 0x529802) is known color: Limeade. HEX triplet: 52, 98 and 02. RGB value is (82,152,2). Sum of RGB (Red+Green+Blue) = 82+152+2=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #529802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529802 is #AD67FD. Grayscale: #727272. Windows color (decimal): -11364350 or 170066. OLE color: 170066.

HSL color Cylindrical-coordinate representation of color #529802: hue angle of 88º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529802 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 2 -
CMYK 0.46 0 0.99 0.40
HSL 88º 0.97% 0.3% -
HSV(B) 88º 0.99% 0.6% -
XYZ 14.72 24.25 3.96 -
YUV 113.97 64.81 105.2 -
System Red Green Blue C M Y K H S L
Decimal 82 152 2 0.46 0 0.99 0.40 88 0.97 0.3
Hex 52 98 2 2E 0 63 28 58 61 1E
Octal 122 230 2 56 0 143 50 130 141 36
Binary 1010010 10011000 10 101110 0 1100011 101000 1011000 1100001 11110

Color Harmonies of #529802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529802

Black with #529802

Text Example


Text Example

White with #529802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529802; }

 p { color: rgb(82,152,2); }

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

background-color css

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

 a { background-color: rgb(82,152,2); }

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

border-color css

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

 span { border-color: rgb(82,152,2); }

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