Html Css Color HEX #58E232 Lime Green

📋 copy color: '#58E232'

red 88 ◦ green 226 ◦ blue 50

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

Shades of Lime Green #58E232

Tints of Lime Green #58E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.09%

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

R = 24.18%
G = 62.09%
B = 13.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#58E232 (or 0x58E232) is known color: Lime Green. HEX triplet: 58, E2 and 32. RGB value is (88,226,50). Sum of RGB (Red+Green+Blue) = 88+226+50=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #58E232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58E232 is #A71DCD. Grayscale: #A5A5A5. Windows color (decimal): -10952142 or 3334744. OLE color: 3334744.

HSL color Cylindrical-coordinate representation of color #58E232: hue angle of 107.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58E232 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 226 50 -
CMYK 0.61 0 0.78 0.11
HSL 107.05º 0.75% 0.54% -
HSV(B) 107.05º 0.78% 0.89% -
XYZ 31.8 56.7 12.29 -
YUV 164.67 63.28 73.31 -
System Red Green Blue C M Y K H S L
Decimal 88 226 50 0.61 0 0.78 0.11 107.05 0.75 0.54
Hex 58 E2 32 3D 0 4E B 6B 4B 36
Octal 130 342 62 75 0 116 13 153 113 66
Binary 1011000 11100010 110010 111101 0 1001110 1011 1101011 1001011 110110

Color Harmonies of #58E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E232

Black with #58E232

Text Example


Text Example

White with #58E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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