Html Css Color HEX #58F032 Lime Green

📋 copy color: '#58F032'

red 88 ◦ green 240 ◦ blue 50

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

Shades of Lime Green #58F032

Tints of Lime Green #58F032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.49%

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

R = 23.28%
G = 63.49%
B = 13.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#58F032 (or 0x58F032) is known color: Lime Green. HEX triplet: 58, F0 and 32. RGB value is (88,240,50). Sum of RGB (Red+Green+Blue) = 88+240+50=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #58F032 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F032 is #A70FCD. Grayscale: #ADADAD. Windows color (decimal): -10948558 or 3338328. OLE color: 3338328.

HSL color Cylindrical-coordinate representation of color #58F032: hue angle of 108º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58F032 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 240 50 -
CMYK 0.63 0 0.79 0.06
HSL 108º 0.86% 0.57% -
HSV(B) 108º 0.79% 0.94% -
XYZ 35.76 64.63 13.61 -
YUV 172.89 58.64 67.45 -
System Red Green Blue C M Y K H S L
Decimal 88 240 50 0.63 0 0.79 0.06 108 0.86 0.57
Hex 58 F0 32 3F 0 4F 6 6C 56 39
Octal 130 360 62 77 0 117 6 154 126 71
Binary 1011000 11110000 110010 111111 0 1001111 110 1101100 1010110 111001

Color Harmonies of #58F032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F032

Black with #58F032

Text Example


Text Example

White with #58F032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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