#58DC33

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

Shades of Lime Green #58DC33

Tints of Lime Green #58DC33

Color information

#58DC33 (or 0x58DC33) is unknown color: approx Lime Green. HEX triplet: 58, DC and 33. RGB value is (88,220,51). Sum of RGB (Red+Green+Blue) = 88+220+51=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC33 is #A723CC. Grayscale: #A1A1A1. Windows color (decimal): -10953677 or 3398744. OLE color: 3398744.

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

Color convert

RGB8822051-
CMYK0.600.770.14
HSL106.86º70.71%53.14%-
HSV(B)106.86º76.82%86.27%-
XYZ30.2253.511.87-
YUV161.2765.7775.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=24.51%
G=61.28%
B=14.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88220510.600.770.14106.8670.7153.14
Hex58DC333C04DE6b4735
Octal130334637401151615310765
Binary10110001101110011001111110001001101111011010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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