Html Css Color HEX #529418 Limeade

📋 copy color: '#529418'

red 82 ◦ green 148 ◦ blue 24

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

Shades of Limeade #529418

Tints of Limeade #529418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 32.28%
G = 58.27%
B = 9.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#529418 (or 0x529418) is known color: Limeade. HEX triplet: 52, 94 and 18. RGB value is (82,148,24). Sum of RGB (Red+Green+Blue) = 82+148+24=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #529418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529418 is #AD6BE7. Grayscale: #727272. Windows color (decimal): -11365352 or 1610834. OLE color: 1610834.

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

Color convert

RGB 82 148 24 -
CMYK 0.45 0 0.84 0.42
HSL 91.94º 0.72% 0.34% -
HSV(B) 91.94º 0.84% 0.58% -
XYZ 14.23 23.04 4.56 -
YUV 114.13 77.13 105.08 -
System Red Green Blue C M Y K H S L
Decimal 82 148 24 0.45 0 0.84 0.42 91.94 0.72 0.34
Hex 52 94 18 2D 0 54 2A 5C 48 22
Octal 122 224 30 55 0 124 52 134 110 42
Binary 1010010 10010100 11000 101101 0 1010100 101010 1011100 1001000 100010

Color Harmonies of #529418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529418

Black with #529418

Text Example


Text Example

White with #529418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529418; }

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

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

background-color css

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

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

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

border-color css

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

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

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