Html Css Color HEX #58DD32 Lime Green

📋 copy color: '#58DD32'

red 88 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #58DD32

Tints of Lime Green #58DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.56%

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

R = 24.51%
G = 61.56%
B = 13.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#58DD32 (or 0x58DD32) is known color: Lime Green. HEX triplet: 58, DD and 32. RGB value is (88,221,50). Sum of RGB (Red+Green+Blue) = 88+221+50=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD32 is #A722CD. Grayscale: #A2A2A2. Windows color (decimal): -10953422 or 3333464. OLE color: 3333464.

HSL color Cylindrical-coordinate representation of color #58DD32: hue angle of 106.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58DD32 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 50 -
CMYK 0.60 0 0.77 0.13
HSL 106.67º 0.72% 0.53% -
HSV(B) 106.67º 0.77% 0.87% -
XYZ 30.46 54.02 11.84 -
YUV 161.74 64.94 75.4 -
System Red Green Blue C M Y K H S L
Decimal 88 221 50 0.60 0 0.77 0.13 106.67 0.72 0.53
Hex 58 DD 32 3C 0 4D D 6B 48 35
Octal 130 335 62 74 0 115 15 153 110 65
Binary 1011000 11011101 110010 111100 0 1001101 1101 1101011 1001000 110101

Color Harmonies of #58DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DD32

Black with #58DD32

Text Example


Text Example

White with #58DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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