Html Css Color HEX #529002 Limeade

📋 copy color: '#529002'

red 82 ◦ green 144 ◦ blue 2

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

Shades of Limeade #529002

Tints of Limeade #529002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.16%

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

R = 35.96%
G = 63.16%
B = 0.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#529002 (or 0x529002) is known color: Limeade. HEX triplet: 52, 90 and 02. RGB value is (82,144,2). Sum of RGB (Red+Green+Blue) = 82+144+2=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #529002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529002 is #AD6FFD. Grayscale: #6D6D6D. Windows color (decimal): -11366398 or 168018. OLE color: 168018.

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

Color convert

RGB 82 144 2 -
CMYK 0.43 0 0.99 0.44
HSL 86.2º 0.97% 0.29% -
HSV(B) 86.2º 0.99% 0.56% -
XYZ 13.46 21.74 3.54 -
YUV 109.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 82 144 2 0.43 0 0.99 0.44 86.2 0.97 0.29
Hex 52 90 2 2B 0 63 2C 56 61 1D
Octal 122 220 2 53 0 143 54 126 141 35
Binary 1010010 10010000 10 101011 0 1100011 101100 1010110 1100001 11101

Color Harmonies of #529002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529002

Black with #529002

Text Example


Text Example

White with #529002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529002; }

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

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

background-color css

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

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

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

border-color css

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

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

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