#58A20B

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

Shades of Limeade #58A20B

Tints of Limeade #58A20B

Color information

#58A20B (or 0x58A20B) is unknown color: approx Limeade. HEX triplet: 58, A2 and 0B. RGB value is (88,162,11). Sum of RGB (Red+Green+Blue) = 88+162+11=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #58A20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A20B is #A75DF4. Grayscale: #7B7B7B. Windows color (decimal): -10968565 or 762456. OLE color: 762456.

HSL color Cylindrical-coordinate representation of color #58A20B: hue angle of 89.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58A20B is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB8816211-
CMYK0.4600.930.36
HSL89.4º87.28%33.92%-
HSV(B)89.4º93.21%63.53%-
XYZ17.0127.944.81-
YUV122.6664.98103.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 162 (63.67% from 255) = 62.07%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=33.72%
G=62.07%
B=4.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162110.4600.930.3689.487.2833.92
Hex58A2B2E05D24595722
Octal130242135601354413112742
Binary10110001010001010111011100101110110010010110011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,11); }

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

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

 a { background-color: rgb(88,162,11); }

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

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

 span { border-color: rgb(88,162,11); }

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