Html Css Color HEX #58942D Limeade

📋 copy color: '#58942D'

red 88 ◦ green 148 ◦ blue 45

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

Shades of Limeade #58942D

Tints of Limeade #58942D

RGB

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

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

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

R = 31.32%
G = 52.67%
B = 16.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#58942D (or 0x58942D) is known color: Limeade. HEX triplet: 58, 94 and 2D. RGB value is (88,148,45). Sum of RGB (Red+Green+Blue) = 88+148+45=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #58942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58942D is #A76BD2. Grayscale: #767676. Windows color (decimal): -10972115 or 2987096. OLE color: 2987096.

HSL color Cylindrical-coordinate representation of color #58942D: hue angle of 94.95º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58942D is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 45 -
CMYK 0.41 0 0.70 0.42
HSL 94.95º 0.53% 0.38% -
HSV(B) 94.95º 0.7% 0.58% -
XYZ 15.09 23.44 6.21 -
YUV 118.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 88 148 45 0.41 0 0.70 0.42 94.95 0.53 0.38
Hex 58 94 2D 29 0 46 2A 5F 35 26
Octal 130 224 55 51 0 106 52 137 65 46
Binary 1011000 10010100 101101 101001 0 1000110 101010 1011111 110101 100110

Color Harmonies of #58942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58942D

Black with #58942D

Text Example


Text Example

White with #58942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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