Html Css Color HEX #58DF38 Lime Green

📋 copy color: '#58DF38'

red 88 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #58DF38

Tints of Lime Green #58DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 23.98%
G = 60.76%
B = 15.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#58DF38 (or 0x58DF38) is known color: Lime Green. HEX triplet: 58, DF and 38. RGB value is (88,223,56). Sum of RGB (Red+Green+Blue) = 88+223+56=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF38 is #A720C7. Grayscale: #A4A4A4. Windows color (decimal): -10952904 or 3727192. OLE color: 3727192.

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

Color convert

RGB 88 223 56 -
CMYK 0.61 0 0.75 0.13
HSL 108.5º 0.72% 0.55% -
HSV(B) 108.5º 0.75% 0.87% -
XYZ 31.13 55.14 12.74 -
YUV 163.6 67.27 74.08 -
System Red Green Blue C M Y K H S L
Decimal 88 223 56 0.61 0 0.75 0.13 108.5 0.72 0.55
Hex 58 DF 38 3D 0 4B D 6D 48 37
Octal 130 337 70 75 0 113 15 155 110 67
Binary 1011000 11011111 111000 111101 0 1001011 1101 1101101 1001000 110111

Color Harmonies of #58DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DF38

Black with #58DF38

Text Example


Text Example

White with #58DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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