Html Css Color HEX #58A131 Limeade

📋 copy color: '#58A131'

red 88 ◦ green 161 ◦ blue 49

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

Shades of Limeade #58A131

Tints of Limeade #58A131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.03%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 29.53%
G = 54.03%
B = 16.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#58A131 (or 0x58A131) is known color: Limeade. HEX triplet: 58, A1 and 31. RGB value is (88,161,49). Sum of RGB (Red+Green+Blue) = 88+161+49=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #58A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A131 is #A75ECE. Grayscale: #7E7E7E. Windows color (decimal): -10968783 or 3252568. OLE color: 3252568.

HSL color Cylindrical-coordinate representation of color #58A131: hue angle of 99.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58A131 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 161 49 -
CMYK 0.45 0 0.70 0.37
HSL 99.11º 0.53% 0.41% -
HSV(B) 99.11º 0.7% 0.63% -
XYZ 17.32 27.79 7.36 -
YUV 126.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 88 161 49 0.45 0 0.70 0.37 99.11 0.53 0.41
Hex 58 A1 31 2D 0 46 25 63 35 29
Octal 130 241 61 55 0 106 45 143 65 51
Binary 1011000 10100001 110001 101101 0 1000110 100101 1100011 110101 101001

Color Harmonies of #58A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A131

Black with #58A131

Text Example


Text Example

White with #58A131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,161,49); }

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

background-color css

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

 a { background-color: rgb(88,161,49); }

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

border-color css

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

 span { border-color: rgb(88,161,49); }

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