Html Css Color HEX #529B03 Limeade

📋 copy color: '#529B03'

red 82 ◦ green 155 ◦ blue 3

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

Shades of Limeade #529B03

Tints of Limeade #529B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.58%

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

R = 34.17%
G = 64.58%
B = 1.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#529B03 (or 0x529B03) is known color: Limeade. HEX triplet: 52, 9B and 03. RGB value is (82,155,3). Sum of RGB (Red+Green+Blue) = 82+155+3=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #529B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B03 is #AD64FC. Grayscale: #747474. Windows color (decimal): -11363581 or 236370. OLE color: 236370.

HSL color Cylindrical-coordinate representation of color #529B03: hue angle of 88.82º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529B03 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 3 -
CMYK 0.47 0 0.98 0.39
HSL 88.82º 0.96% 0.31% -
HSV(B) 88.82º 0.98% 0.61% -
XYZ 15.22 25.24 4.16 -
YUV 115.85 64.32 103.86 -
System Red Green Blue C M Y K H S L
Decimal 82 155 3 0.47 0 0.98 0.39 88.82 0.96 0.31
Hex 52 9B 3 2F 0 62 27 59 60 1F
Octal 122 233 3 57 0 142 47 131 140 37
Binary 1010010 10011011 11 101111 0 1100010 100111 1011001 1100000 11111

Color Harmonies of #529B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B03

Black with #529B03

Text Example


Text Example

White with #529B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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