#58DC38

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

Shades of Lime Green #58DC38

Tints of Lime Green #58DC38

Color information

#58DC38 (or 0x58DC38) is unknown color: approx Lime Green. HEX triplet: 58, DC and 38. RGB value is (88,220,56). Sum of RGB (Red+Green+Blue) = 88+220+56=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC38 is #A723C7. Grayscale: #A2A2A2. Windows color (decimal): -10953672 or 3726424. OLE color: 3726424.

HSL color Cylindrical-coordinate representation of color #58DC38: hue angle of 108.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58DC38 is Cyan = 0.6, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB8822056-
CMYK0.600.750.14
HSL108.29º70.09%54.12%-
HSV(B)108.29º74.55%86.27%-
XYZ30.3353.5512.48-
YUV161.8468.2775.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 220 (86.33% from 255) = 60.44%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=24.18%
G=60.44%
B=15.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88220560.600.750.14108.2970.0954.12
Hex58DC383C04BE6c4636
Octal130334707401131615410666
Binary10110001101110011100011110001001011111011011001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,220,56); }

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

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

 a { background-color: rgb(88,220,56); }

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

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

 span { border-color: rgb(88,220,56); }

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