#58A722

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

Shades of Limeade #58A722

Tints of Limeade #58A722

Color information

#58A722 (or 0x58A722) is unknown color: approx Limeade. HEX triplet: 58, A7 and 22. RGB value is (88,167,34). Sum of RGB (Red+Green+Blue) = 88+167+34=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #58A722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A722 is #A758DD. Grayscale: #808080. Windows color (decimal): -10967262 or 2271064. OLE color: 2271064.

HSL color Cylindrical-coordinate representation of color #58A722: hue angle of 95.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58A722 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB8816734-
CMYK0.4700.800.35
HSL95.64º66.17%39.41%-
HSV(B)95.64º79.64%65.49%-
XYZ18.1329.836.32-
YUV128.2274.8399.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 167 (65.62% from 255) = 57.79%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=30.45%
G=57.79%
B=11.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88167340.4700.800.3595.6466.1739.41
Hex58A7222F05023604227
Octal130247425701204314010247
Binary1011000101001111000101011110101000010001111000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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