#58A727

Color #58A727 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #58A727

Tints of Limeade #58A727

Color information

#58A727 (or 0x58A727) is unknown color: approx Limeade. HEX triplet: 58, A7 and 27. RGB value is (88,167,39). Sum of RGB (Red+Green+Blue) = 88+167+39=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #58A727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A727 is #A758D8. Grayscale: #818181. Windows color (decimal): -10967257 or 2598744. OLE color: 2598744.

HSL color Cylindrical-coordinate representation of color #58A727: hue angle of 97.03º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58A727 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB8816739-
CMYK0.4700.770.35
HSL97.03º62.14%40.39%-
HSV(B)97.03º76.65%65.49%-
XYZ18.2129.866.72-
YUV128.7977.3398.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=29.93%
G=56.80%
B=13.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88167390.4700.770.3597.0362.1440.39
Hex58A7272F04D23613e28
Octal13024747570115431417650
Binary101100010100111100111101111010011011000111100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,167,39); }

 H1.HeaderClassName
 {
   color: #58A727;
 }
 .AnyTagClassName
 {
   color: #58A727;
 }
</style>
background-color css

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

 a { background-color: rgb(88,167,39); }

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

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

 span { border-color: rgb(88,167,39); }

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