Html Css Color HEX #529A02 Limeade

📋 copy color: '#529A02'

red 82 ◦ green 154 ◦ blue 2

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

Shades of Limeade #529A02

Tints of Limeade #529A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 64.71%

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

R = 34.45%
G = 64.71%
B = 0.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#529A02 (or 0x529A02) is known color: Limeade. HEX triplet: 52, 9A and 02. RGB value is (82,154,2). Sum of RGB (Red+Green+Blue) = 82+154+2=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #529A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A02 is #AD65FD. Grayscale: #737373. Windows color (decimal): -11363838 or 170578. OLE color: 170578.

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

Color convert

RGB 82 154 2 -
CMYK 0.47 0 0.99 0.40
HSL 88.42º 0.97% 0.31% -
HSV(B) 88.42º 0.99% 0.6% -
XYZ 15.05 24.91 4.07 -
YUV 115.14 64.15 104.36 -
System Red Green Blue C M Y K H S L
Decimal 82 154 2 0.47 0 0.99 0.40 88.42 0.97 0.31
Hex 52 9A 2 2F 0 63 28 58 61 1F
Octal 122 232 2 57 0 143 50 130 141 37
Binary 1010010 10011010 10 101111 0 1100011 101000 1011000 1100001 11111

Color Harmonies of #529A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A02

Black with #529A02

Text Example


Text Example

White with #529A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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