Html Css Color HEX #58A224 Limeade

📋 copy color: '#58A224'

red 88 ◦ green 162 ◦ blue 36

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

Shades of Limeade #58A224

Tints of Limeade #58A224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.64%

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 30.77%
G = 56.64%
B = 12.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#58A224 (or 0x58A224) is known color: Limeade. HEX triplet: 58, A2 and 24. RGB value is (88,162,36). Sum of RGB (Red+Green+Blue) = 88+162+36=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #58A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A224 is #A75DDB. Grayscale: #7D7D7D. Windows color (decimal): -10968540 or 2400856. OLE color: 2400856.

HSL color Cylindrical-coordinate representation of color #58A224: hue angle of 95.24º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58A224 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 162 36 -
CMYK 0.46 0 0.78 0.36
HSL 95.24º 0.64% 0.39% -
HSV(B) 95.24º 0.78% 0.64% -
XYZ 17.26 28.04 6.17 -
YUV 125.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 88 162 36 0.46 0 0.78 0.36 95.24 0.64 0.39
Hex 58 A2 24 2E 0 4E 24 5F 40 27
Octal 130 242 44 56 0 116 44 137 100 47
Binary 1011000 10100010 100100 101110 0 1001110 100100 1011111 1000000 100111

Color Harmonies of #58A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A224

Black with #58A224

Text Example


Text Example

White with #58A224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,162,36); }

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

background-color css

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

 a { background-color: rgb(88,162,36); }

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

border-color css

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

 span { border-color: rgb(88,162,36); }

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