Html Css Color HEX #529203 Limeade

📋 copy color: '#529203'

red 82 ◦ green 146 ◦ blue 3

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

Shades of Limeade #529203

Tints of Limeade #529203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.2%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 35.5%
G = 63.2%
B = 1.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#529203 (or 0x529203) is known color: Limeade. HEX triplet: 52, 92 and 03. RGB value is (82,146,3). Sum of RGB (Red+Green+Blue) = 82+146+3=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #529203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529203 is #AD6DFC. Grayscale: #6F6F6F. Windows color (decimal): -11365885 or 234066. OLE color: 234066.

HSL color Cylindrical-coordinate representation of color #529203: hue angle of 86.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529203 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 3 -
CMYK 0.44 0 0.98 0.43
HSL 86.85º 0.96% 0.29% -
HSV(B) 86.85º 0.98% 0.57% -
XYZ 13.78 22.36 3.68 -
YUV 110.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 82 146 3 0.44 0 0.98 0.43 86.85 0.96 0.29
Hex 52 92 3 2C 0 62 2B 57 60 1D
Octal 122 222 3 54 0 142 53 127 140 35
Binary 1010010 10010010 11 101100 0 1100010 101011 1010111 1100000 11101

Color Harmonies of #529203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529203

Black with #529203

Text Example


Text Example

White with #529203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529203; }

 p { color: rgb(82,146,3); }

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

background-color css

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

 a { background-color: rgb(82,146,3); }

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

border-color css

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

 span { border-color: rgb(82,146,3); }

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