Html Css Color HEX #58DF46 Lime Green

📋 copy color: '#58DF46'

red 88 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #58DF46

Tints of Lime Green #58DF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 23.1%
G = 58.53%
B = 18.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#58DF46 (or 0x58DF46) is known color: Lime Green. HEX triplet: 58, DF and 46. RGB value is (88,223,70). Sum of RGB (Red+Green+Blue) = 88+223+70=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF46 is #A720B9. Grayscale: #A5A5A5. Windows color (decimal): -10952890 or 4644696. OLE color: 4644696.

HSL color Cylindrical-coordinate representation of color #58DF46: hue angle of 112.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58DF46 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 223 70 -
CMYK 0.61 0 0.69 0.13
HSL 112.94º 0.71% 0.57% -
HSV(B) 112.94º 0.69% 0.87% -
XYZ 31.52 55.29 14.81 -
YUV 165.19 74.27 72.94 -
System Red Green Blue C M Y K H S L
Decimal 88 223 70 0.61 0 0.69 0.13 112.94 0.71 0.57
Hex 58 DF 46 3D 0 45 D 71 47 39
Octal 130 337 106 75 0 105 15 161 107 71
Binary 1011000 11011111 1000110 111101 0 1000101 1101 1110001 1000111 111001

Color Harmonies of #58DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DF46

Black with #58DF46

Text Example


Text Example

White with #58DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,223,70); }

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

background-color css

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

 a { background-color: rgb(88,223,70); }

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

border-color css

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

 span { border-color: rgb(88,223,70); }

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