Html Css Color HEX #58982D Limeade

📋 copy color: '#58982D'

red 88 ◦ green 152 ◦ blue 45

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

Shades of Limeade #58982D

Tints of Limeade #58982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.33%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 30.88%
G = 53.33%
B = 15.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#58982D (or 0x58982D) is known color: Limeade. HEX triplet: 58, 98 and 2D. RGB value is (88,152,45). Sum of RGB (Red+Green+Blue) = 88+152+45=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #58982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58982D is #A767D2. Grayscale: #797979. Windows color (decimal): -10971091 or 2988120. OLE color: 2988120.

HSL color Cylindrical-coordinate representation of color #58982D: hue angle of 95.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58982D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 45 -
CMYK 0.42 0 0.70 0.40
HSL 95.89º 0.54% 0.39% -
HSV(B) 95.89º 0.7% 0.6% -
XYZ 15.73 24.72 6.43 -
YUV 120.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 88 152 45 0.42 0 0.70 0.40 95.89 0.54 0.39
Hex 58 98 2D 2A 0 46 28 60 36 27
Octal 130 230 55 52 0 106 50 140 66 47
Binary 1011000 10011000 101101 101010 0 1000110 101000 1100000 110110 100111

Color Harmonies of #58982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58982D

Black with #58982D

Text Example


Text Example

White with #58982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58982D; }

 p { color: rgb(88,152,45); }

 H1.HeaderClassName
 {
   color: #58982D;
 }
 .AnyTagClassName
 {
   color: #58982D;
 }
</style>

background-color css

<style>
 a { background-color: #58982D; }

 a { background-color: rgb(88,152,45); }

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

border-color css

<style>
 span { border-color: #58982D; }

 span { border-color: rgb(88,152,45); }

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