Html Css Color HEX #58EB32 Lime Green

📋 copy color: '#58EB32'

red 88 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #58EB32

Tints of Lime Green #58EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63%

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

R = 23.59%
G = 63%
B = 13.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#58EB32 (or 0x58EB32) is known color: Lime Green. HEX triplet: 58, EB and 32. RGB value is (88,235,50). Sum of RGB (Red+Green+Blue) = 88+235+50=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #58EB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58EB32 is #A714CD. Grayscale: #AAAAAA. Windows color (decimal): -10949838 or 3337048. OLE color: 3337048.

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

Color convert

RGB 88 235 50 -
CMYK 0.63 0 0.79 0.08
HSL 107.68º 0.82% 0.56% -
HSV(B) 107.68º 0.79% 0.92% -
XYZ 34.31 61.72 13.12 -
YUV 169.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 88 235 50 0.63 0 0.79 0.08 107.68 0.82 0.56
Hex 58 EB 32 3F 0 4F 8 6C 52 38
Octal 130 353 62 77 0 117 10 154 122 70
Binary 1011000 11101011 110010 111111 0 1001111 1000 1101100 1010010 111000

Color Harmonies of #58EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EB32

Black with #58EB32

Text Example


Text Example

White with #58EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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