Html Css Color HEX #529402 Limeade

📋 copy color: '#529402'

red 82 ◦ green 148 ◦ blue 2

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

Shades of Limeade #529402

Tints of Limeade #529402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.79%

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

R = 35.34%
G = 63.79%
B = 0.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#529402 (or 0x529402) is known color: Limeade. HEX triplet: 52, 94 and 02. RGB value is (82,148,2). Sum of RGB (Red+Green+Blue) = 82+148+2=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #529402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529402 is #AD6BFD. Grayscale: #707070. Windows color (decimal): -11365374 or 169042. OLE color: 169042.

HSL color Cylindrical-coordinate representation of color #529402: hue angle of 87.12º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529402 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 2 -
CMYK 0.45 0 0.99 0.42
HSL 87.12º 0.97% 0.29% -
HSV(B) 87.12º 0.99% 0.58% -
XYZ 14.08 22.98 3.75 -
YUV 111.62 66.13 106.87 -
System Red Green Blue C M Y K H S L
Decimal 82 148 2 0.45 0 0.99 0.42 87.12 0.97 0.29
Hex 52 94 2 2D 0 63 2A 57 61 1D
Octal 122 224 2 55 0 143 52 127 141 35
Binary 1010010 10010100 10 101101 0 1100011 101010 1010111 1100001 11101

Color Harmonies of #529402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529402

Black with #529402

Text Example


Text Example

White with #529402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529402; }

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

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

background-color css

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

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

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

border-color css

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

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

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