Html Css Color HEX #58DC3F Lime Green

📋 copy color: '#58DC3F'

red 88 ◦ green 220 ◦ blue 63

#58DC3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #58DC3F

Tints of Lime Green #58DC3F

RGB

 RED value IS 88 (34.77% from 255) = 23.72%

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 63 (25% from 255) = 16.98%

R = 23.72%
G = 59.3%
B = 16.98%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#58DC3F (or 0x58DC3F) is known color: Lime Green. HEX triplet: 58, DC and 3F. RGB value is (88,220,63). Sum of RGB (Red+Green+Blue) = 88+220+63=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC3F is #A723C0. Grayscale: #A3A3A3. Windows color (decimal): -10953665 or 4185176. OLE color: 4185176.

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

Color convert

RGB 88 220 63 -
CMYK 0.6 0 0.71 0.14
HSL 110.45º 0.69% 0.55% -
HSV(B) 110.45º 0.71% 0.86% -
XYZ 30.51 53.62 13.44 -
YUV 162.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 88 220 63 0.6 0 0.71 0.14 110.45 0.69 0.55
Hex 58 DC 3F 3C 0 47 E 6E 45 37
Octal 130 334 77 74 0 107 16 156 105 67
Binary 1011000 11011100 111111 111100 0 1000111 1110 1101110 1000101 110111

Color Harmonies of #58DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC3F

Black with #58DC3F

Text Example


Text Example

White with #58DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58DC3F;
 }
 .AnyTagClassName
 {
   color: #58DC3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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