Html Css Color HEX #529903 Limeade

📋 copy color: '#529903'

red 82 ◦ green 153 ◦ blue 3

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

Shades of Limeade #529903

Tints of Limeade #529903

RGB

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

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

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

R = 34.45%
G = 64.29%
B = 1.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#529903 (or 0x529903) is known color: Limeade. HEX triplet: 52, 99 and 03. RGB value is (82,153,3). Sum of RGB (Red+Green+Blue) = 82+153+3=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #529903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529903 is #AD66FC. Grayscale: #737373. Windows color (decimal): -11364093 or 235858. OLE color: 235858.

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

Color convert

RGB 82 153 3 -
CMYK 0.46 0 0.98 0.4
HSL 88.4º 0.96% 0.31% -
HSV(B) 88.4º 0.98% 0.6% -
XYZ 14.89 24.58 4.05 -
YUV 114.67 64.98 104.7 -
System Red Green Blue C M Y K H S L
Decimal 82 153 3 0.46 0 0.98 0.4 88.4 0.96 0.31
Hex 52 99 3 2E 0 62 28 58 60 1F
Octal 122 231 3 56 0 142 50 130 140 37
Binary 1010010 10011001 11 101110 0 1100010 101000 1011000 1100000 11111

Color Harmonies of #529903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529903

Black with #529903

Text Example


Text Example

White with #529903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529903; }

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

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

background-color css

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

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

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

border-color css

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

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

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