Html Css Color HEX #58EE32 Lime Green

📋 copy color: '#58EE32'

red 88 ◦ green 238 ◦ blue 50

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

Shades of Lime Green #58EE32

Tints of Lime Green #58EE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.3%

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

R = 23.4%
G = 63.3%
B = 13.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#58EE32 (or 0x58EE32) is known color: Lime Green. HEX triplet: 58, EE and 32. RGB value is (88,238,50). Sum of RGB (Red+Green+Blue) = 88+238+50=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #58EE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58EE32 is #A711CD. Grayscale: #ACACAC. Windows color (decimal): -10949070 or 3337816. OLE color: 3337816.

HSL color Cylindrical-coordinate representation of color #58EE32: hue angle of 107.87º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58EE32 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 50 -
CMYK 0.63 0 0.79 0.07
HSL 107.87º 0.85% 0.56% -
HSV(B) 107.87º 0.79% 0.93% -
XYZ 35.17 63.45 13.41 -
YUV 171.72 59.31 68.29 -
System Red Green Blue C M Y K H S L
Decimal 88 238 50 0.63 0 0.79 0.07 107.87 0.85 0.56
Hex 58 EE 32 3F 0 4F 7 6C 55 38
Octal 130 356 62 77 0 117 7 154 125 70
Binary 1011000 11101110 110010 111111 0 1001111 111 1101100 1010101 111000

Color Harmonies of #58EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EE32

Black with #58EE32

Text Example


Text Example

White with #58EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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