#58AB25

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

Shades of Limeade #58AB25

Tints of Limeade #58AB25

Color information

#58AB25 (or 0x58AB25) is unknown color: approx Limeade. HEX triplet: 58, AB and 25. RGB value is (88,171,37). Sum of RGB (Red+Green+Blue) = 88+171+37=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AB25 is #A754DA. Grayscale: #838383. Windows color (decimal): -10966235 or 2468696. OLE color: 2468696.

HSL color Cylindrical-coordinate representation of color #58AB25: hue angle of 97.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58AB25 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB8817137-
CMYK0.4900.780.33
HSL97.16º64.42%40.78%-
HSV(B)97.16º78.36%67.06%-
XYZ18.9231.336.8-
YUV130.917597.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=29.73%
G=57.77%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88171370.4900.780.3397.1664.4240.78
Hex58AB253104E21614029
Octal130253456101164114110051
Binary1011000101010111001011100010100111010000111000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,37); }

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

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

 a { background-color: rgb(88,171,37); }

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

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

 span { border-color: rgb(88,171,37); }

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