#58A81F

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

Shades of Limeade #58A81F

Tints of Limeade #58A81F

Color information

#58A81F (or 0x58A81F) is unknown color: approx Limeade. HEX triplet: 58, A8 and 1F. RGB value is (88,168,31). Sum of RGB (Red+Green+Blue) = 88+168+31=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #58A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A81F is #A757E0. Grayscale: #808080. Windows color (decimal): -10967009 or 2074712. OLE color: 2074712.

HSL color Cylindrical-coordinate representation of color #58A81F: hue angle of 95.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58A81F is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB8816831-
CMYK0.4800.820.34
HSL95.04º68.84%39.02%-
HSV(B)95.04º81.55%65.88%-
XYZ18.2730.186.16-
YUV128.467399.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 168 (66.02% from 255) = 58.54%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=30.66%
G=58.54%
B=10.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88168310.4800.820.3495.0468.8439.02
Hex58A81F30052225f4527
Octal130250376001224213710547
Binary101100010101000111111100000101001010001010111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,168,31); }

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

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

 a { background-color: rgb(88,168,31); }

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

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

 span { border-color: rgb(88,168,31); }

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