Html Css Color HEX #58DB3C Lime Green

📋 copy color: '#58DB3C'

red 88 ◦ green 219 ◦ blue 60

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

Shades of Lime Green #58DB3C

Tints of Lime Green #58DB3C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.67%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 23.98%
G = 59.67%
B = 16.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#58DB3C (or 0x58DB3C) is known color: Lime Green. HEX triplet: 58, DB and 3C. RGB value is (88,219,60). Sum of RGB (Red+Green+Blue) = 88+219+60=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB3C is #A724C3. Grayscale: #A2A2A2. Windows color (decimal): -10953924 or 3988312. OLE color: 3988312.

HSL color Cylindrical-coordinate representation of color #58DB3C: hue angle of 109.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58DB3C is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 60 -
CMYK 0.60 0 0.73 0.14
HSL 109.43º 0.69% 0.55% -
HSV(B) 109.43º 0.73% 0.86% -
XYZ 30.17 53.06 12.93 -
YUV 161.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 88 219 60 0.60 0 0.73 0.14 109.43 0.69 0.55
Hex 58 DB 3C 3C 0 49 E 6D 45 37
Octal 130 333 74 74 0 111 16 155 105 67
Binary 1011000 11011011 111100 111100 0 1001001 1110 1101101 1000101 110111

Color Harmonies of #58DB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB3C

Black with #58DB3C

Text Example


Text Example

White with #58DB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,219,60); }

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

background-color css

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

 a { background-color: rgb(88,219,60); }

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

border-color css

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

 span { border-color: rgb(88,219,60); }

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