Html Css Color HEX #58F232 Lime Green

📋 copy color: '#58F232'

red 88 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #58F232

Tints of Lime Green #58F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.68%

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

R = 23.16%
G = 63.68%
B = 13.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#58F232 (or 0x58F232) is known color: Lime Green. HEX triplet: 58, F2 and 32. RGB value is (88,242,50). Sum of RGB (Red+Green+Blue) = 88+242+50=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #58F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F232 is #A70DCD. Grayscale: #AEAEAE. Windows color (decimal): -10948046 or 3338840. OLE color: 3338840.

HSL color Cylindrical-coordinate representation of color #58F232: hue angle of 108.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58F232 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 242 50 -
CMYK 0.64 0 0.79 0.05
HSL 108.13º 0.88% 0.57% -
HSV(B) 108.13º 0.79% 0.95% -
XYZ 36.35 65.81 13.8 -
YUV 174.07 57.98 66.61 -
System Red Green Blue C M Y K H S L
Decimal 88 242 50 0.64 0 0.79 0.05 108.13 0.88 0.57
Hex 58 F2 32 40 0 4F 5 6C 58 39
Octal 130 362 62 100 0 117 5 154 130 71
Binary 1011000 11110010 110010 1000000 0 1001111 101 1101100 1011000 111001

Color Harmonies of #58F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F232

Black with #58F232

Text Example


Text Example

White with #58F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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