#58DA39

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

Shades of Lime Green #58DA39

Tints of Lime Green #58DA39

Color information

#58DA39 (or 0x58DA39) is unknown color: approx Lime Green. HEX triplet: 58, DA and 39. RGB value is (88,218,57). Sum of RGB (Red+Green+Blue) = 88+218+57=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #58DA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DA39 is #A725C6. Grayscale: #A1A1A1. Windows color (decimal): -10954183 or 3791448. OLE color: 3791448.

HSL color Cylindrical-coordinate representation of color #58DA39: hue angle of 108.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58DA39 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB8821857-
CMYK0.6000.740.15
HSL108.45º68.51%53.92%-
HSV(B)108.45º73.85%85.49%-
XYZ29.8352.5112.43-
YUV160.7869.4376.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 218 (85.55% from 255) = 60.06%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=24.24%
G=60.06%
B=15.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88218570.6000.740.15108.4568.5153.92
Hex58DA393C04AF6c4536
Octal130332717401121715410566
Binary10110001101101011100111110001001010111111011001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,218,57); }

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

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

 a { background-color: rgb(88,218,57); }

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

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

 span { border-color: rgb(88,218,57); }

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