Html Css Color HEX #58AA20 Limeade

📋 copy color: '#58AA20'

red 88 ◦ green 170 ◦ blue 32

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

Shades of Limeade #58AA20

Tints of Limeade #58AA20

RGB

 RED value IS 88 (34.77% from 255) = 30.34%

 GREEN value IS 170 (66.8% from 255) = 58.62%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 30.34%
G = 58.62%
B = 11.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#58AA20 (or 0x58AA20) is known color: Limeade. HEX triplet: 58, AA and 20. RGB value is (88,170,32). Sum of RGB (Red+Green+Blue) = 88+170+32=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AA20 is #A755DF. Grayscale: #828282. Windows color (decimal): -10966496 or 2140760. OLE color: 2140760.

HSL color Cylindrical-coordinate representation of color #58AA20: hue angle of 95.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58AA20 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 170 32 -
CMYK 0.48 0 0.81 0.33
HSL 95.65º 0.68% 0.4% -
HSV(B) 95.65º 0.81% 0.67% -
XYZ 18.66 30.93 6.35 -
YUV 129.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 88 170 32 0.48 0 0.81 0.33 95.65 0.68 0.4
Hex 58 AA 20 30 0 51 21 60 44 28
Octal 130 252 40 60 0 121 41 140 104 50
Binary 1011000 10101010 100000 110000 0 1010001 100001 1100000 1000100 101000

Color Harmonies of #58AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AA20

Black with #58AA20

Text Example


Text Example

White with #58AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58AA20; }

 p { color: rgb(88,170,32); }

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

background-color css

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

 a { background-color: rgb(88,170,32); }

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

border-color css

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

 span { border-color: rgb(88,170,32); }

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