#58DF3F

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

Shades of Lime Green #58DF3F

Tints of Lime Green #58DF3F

Color information

#58DF3F (or 0x58DF3F) is unknown color: approx Lime Green. HEX triplet: 58, DF and 3F. RGB value is (88,223,63). Sum of RGB (Red+Green+Blue) = 88+223+63=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF3F is #A720C0. Grayscale: #A4A4A4. Windows color (decimal): -10952897 or 4185944. OLE color: 4185944.

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

Color convert

RGB8822363-
CMYK0.6100.720.13
HSL110.62º71.43%56.08%-
HSV(B)110.62º71.75%87.45%-
XYZ31.3155.2113.71-
YUV164.3970.7773.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 223 (87.5% from 255) = 59.63%
BLUE value IS 63 (25% from 255) = 16.84%
R=23.53%
G=59.63%
B=16.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88223630.6100.720.13110.6271.4356.08
Hex58DF3F3D048D6f4738
Octal130337777501101515710770
Binary10110001101111111111111110101001000110111011111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,223,63); }

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

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

 a { background-color: rgb(88,223,63); }

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

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

 span { border-color: rgb(88,223,63); }

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