#58DD42

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

Shades of Lime Green #58DD42

Tints of Lime Green #58DD42

Color information

#58DD42 (or 0x58DD42) is unknown color: approx Lime Green. HEX triplet: 58, DD and 42. RGB value is (88,221,66). Sum of RGB (Red+Green+Blue) = 88+221+66=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD42 is #A722BD. Grayscale: #A4A4A4. Windows color (decimal): -10953406 or 4382040. OLE color: 4382040.

HSL color Cylindrical-coordinate representation of color #58DD42: hue angle of 111.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58DD42 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB8822166-
CMYK0.6000.700.13
HSL111.48º69.51%56.27%-
HSV(B)111.48º70.14%86.67%-
XYZ30.8654.1813.99-
YUV163.5672.9474.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 221 (86.72% from 255) = 58.93%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=23.47%
G=58.93%
B=17.6%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88221660.6000.700.13111.4869.5156.27
Hex58DD423C046D6f4638
Octal1303351027401061515710670
Binary101100011011101100001011110001000110110111011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,221,66); }

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

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

 a { background-color: rgb(88,221,66); }

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

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

 span { border-color: rgb(88,221,66); }

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