Html Css Color HEX #58941D Limeade

📋 copy color: '#58941D'

red 88 ◦ green 148 ◦ blue 29

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

Shades of Limeade #58941D

Tints of Limeade #58941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 33.21%
G = 55.85%
B = 10.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#58941D (or 0x58941D) is known color: Limeade. HEX triplet: 58, 94 and 1D. RGB value is (88,148,29). Sum of RGB (Red+Green+Blue) = 88+148+29=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #58941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58941D is #A76BE2. Grayscale: #747474. Windows color (decimal): -10972131 or 1938520. OLE color: 1938520.

HSL color Cylindrical-coordinate representation of color #58941D: hue angle of 90.25º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58941D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 29 -
CMYK 0.41 0 0.80 0.42
HSL 90.25º 0.67% 0.35% -
HSV(B) 90.25º 0.8% 0.58% -
XYZ 14.84 23.34 4.89 -
YUV 116.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 88 148 29 0.41 0 0.80 0.42 90.25 0.67 0.35
Hex 58 94 1D 29 0 50 2A 5A 43 23
Octal 130 224 35 51 0 120 52 132 103 43
Binary 1011000 10010100 11101 101001 0 1010000 101010 1011010 1000011 100011

Color Harmonies of #58941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58941D

Black with #58941D

Text Example


Text Example

White with #58941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,148,29); }

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

background-color css

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

 a { background-color: rgb(88,148,29); }

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

border-color css

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

 span { border-color: rgb(88,148,29); }

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