Html Css Color HEX #529C02 Limeade

📋 copy color: '#529C02'

red 82 ◦ green 156 ◦ blue 2

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

Shades of Limeade #529C02

Tints of Limeade #529C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 65%

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

R = 34.17%
G = 65%
B = 0.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#529C02 (or 0x529C02) is known color: Limeade. HEX triplet: 52, 9C and 02. RGB value is (82,156,2). Sum of RGB (Red+Green+Blue) = 82+156+2=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #529C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529C02 is #AD63FD. Grayscale: #747474. Windows color (decimal): -11363326 or 171090. OLE color: 171090.

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

Color convert

RGB 82 156 2 -
CMYK 0.47 0 0.99 0.39
HSL 88.83º 0.97% 0.31% -
HSV(B) 88.83º 0.99% 0.61% -
XYZ 15.38 25.58 4.18 -
YUV 116.32 63.48 103.52 -
System Red Green Blue C M Y K H S L
Decimal 82 156 2 0.47 0 0.99 0.39 88.83 0.97 0.31
Hex 52 9C 2 2F 0 63 27 59 61 1F
Octal 122 234 2 57 0 143 47 131 141 37
Binary 1010010 10011100 10 101111 0 1100011 100111 1011001 1100001 11111

Color Harmonies of #529C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C02

Black with #529C02

Text Example


Text Example

White with #529C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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