Html Css Color HEX #58DC32 Lime Green

📋 copy color: '#58DC32'

red 88 ◦ green 220 ◦ blue 50

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

Shades of Lime Green #58DC32

Tints of Lime Green #58DC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 24.58%
G = 61.45%
B = 13.97%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#58DC32 (or 0x58DC32) is known color: Lime Green. HEX triplet: 58, DC and 32. RGB value is (88,220,50). Sum of RGB (Red+Green+Blue) = 88+220+50=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC32 is #A723CD. Grayscale: #A1A1A1. Windows color (decimal): -10953678 or 3333208. OLE color: 3333208.

HSL color Cylindrical-coordinate representation of color #58DC32: hue angle of 106.59º 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 #58DC32 is Cyan = 0.6, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 50 -
CMYK 0.6 0 0.77 0.14
HSL 106.59º 0.71% 0.53% -
HSV(B) 106.59º 0.77% 0.86% -
XYZ 30.19 53.49 11.75 -
YUV 161.15 65.27 75.82 -
System Red Green Blue C M Y K H S L
Decimal 88 220 50 0.6 0 0.77 0.14 106.59 0.71 0.53
Hex 58 DC 32 3C 0 4D E 6B 47 35
Octal 130 334 62 74 0 115 16 153 107 65
Binary 1011000 11011100 110010 111100 0 1001101 1110 1101011 1000111 110101

Color Harmonies of #58DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC32

Black with #58DC32

Text Example


Text Example

White with #58DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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