Html Css Color HEX #58DC3C Lime Green

📋 copy color: '#58DC3C'

red 88 ◦ green 220 ◦ blue 60

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

Shades of Lime Green #58DC3C

Tints of Lime Green #58DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 23.91%
G = 59.78%
B = 16.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#58DC3C (or 0x58DC3C) is known color: Lime Green. HEX triplet: 58, DC and 3C. RGB value is (88,220,60). Sum of RGB (Red+Green+Blue) = 88+220+60=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC3C is #A723C3. Grayscale: #A2A2A2. Windows color (decimal): -10953668 or 3988568. OLE color: 3988568.

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

Color convert

RGB 88 220 60 -
CMYK 0.6 0 0.73 0.14
HSL 109.5º 0.7% 0.55% -
HSV(B) 109.5º 0.73% 0.86% -
XYZ 30.43 53.59 13.01 -
YUV 162.29 70.27 75.01 -
System Red Green Blue C M Y K H S L
Decimal 88 220 60 0.6 0 0.73 0.14 109.5 0.7 0.55
Hex 58 DC 3C 3C 0 49 E 6E 46 37
Octal 130 334 74 74 0 111 16 156 106 67
Binary 1011000 11011100 111100 111100 0 1001001 1110 1101110 1000110 110111

Color Harmonies of #58DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC3C

Black with #58DC3C

Text Example


Text Example

White with #58DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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