#58DF35

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

Shades of Lime Green #58DF35

Tints of Lime Green #58DF35

Color information

#58DF35 (or 0x58DF35) is unknown color: approx Lime Green. HEX triplet: 58, DF and 35. RGB value is (88,223,53). Sum of RGB (Red+Green+Blue) = 88+223+53=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF35 is #A720CA. Grayscale: #A3A3A3. Windows color (decimal): -10952907 or 3530584. OLE color: 3530584.

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

Color convert

RGB8822353-
CMYK0.6100.760.13
HSL107.65º72.65%54.12%-
HSV(B)107.65º76.23%87.45%-
XYZ31.0555.1112.37-
YUV163.2565.7774.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 223 (87.5% from 255) = 61.26%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=24.18%
G=61.26%
B=14.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88223530.6100.760.13107.6572.6554.12
Hex58DF353D04CD6c4936
Octal130337657501141515411166
Binary10110001101111111010111110101001100110111011001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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