Html Css Color HEX #529902 Limeade

📋 copy color: '#529902'

red 82 ◦ green 153 ◦ blue 2

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

Shades of Limeade #529902

Tints of Limeade #529902

RGB

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

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

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

R = 34.6%
G = 64.56%
B = 0.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#529902 (or 0x529902) is known color: Limeade. HEX triplet: 52, 99 and 02. RGB value is (82,153,2). Sum of RGB (Red+Green+Blue) = 82+153+2=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #529902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529902 is #AD66FD. Grayscale: #737373. Windows color (decimal): -11364094 or 170322. OLE color: 170322.

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

Color convert

RGB 82 153 2 -
CMYK 0.46 0 0.99 0.4
HSL 88.21º 0.97% 0.3% -
HSV(B) 88.21º 0.99% 0.6% -
XYZ 14.88 24.58 4.02 -
YUV 114.56 64.48 104.78 -
System Red Green Blue C M Y K H S L
Decimal 82 153 2 0.46 0 0.99 0.4 88.21 0.97 0.3
Hex 52 99 2 2E 0 63 28 58 61 1E
Octal 122 231 2 56 0 143 50 130 141 36
Binary 1010010 10011001 10 101110 0 1100011 101000 1011000 1100001 11110

Color Harmonies of #529902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529902

Black with #529902

Text Example


Text Example

White with #529902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529902; }

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

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

background-color css

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

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

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

border-color css

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

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

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