Html Css Color HEX #58A228 Limeade

📋 copy color: '#58A228'

red 88 ◦ green 162 ◦ blue 40

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

Shades of Limeade #58A228

Tints of Limeade #58A228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 30.34%
G = 55.86%
B = 13.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#58A228 (or 0x58A228) is known color: Limeade. HEX triplet: 58, A2 and 28. RGB value is (88,162,40). Sum of RGB (Red+Green+Blue) = 88+162+40=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #58A228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A228 is #A75DD7. Grayscale: #7E7E7E. Windows color (decimal): -10968536 or 2663000. OLE color: 2663000.

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

Color convert

RGB 88 162 40 -
CMYK 0.46 0 0.75 0.36
HSL 96.39º 0.6% 0.4% -
HSV(B) 96.39º 0.75% 0.64% -
XYZ 17.33 28.07 6.51 -
YUV 125.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 88 162 40 0.46 0 0.75 0.36 96.39 0.6 0.4
Hex 58 A2 28 2E 0 4B 24 60 3C 28
Octal 130 242 50 56 0 113 44 140 74 50
Binary 1011000 10100010 101000 101110 0 1001011 100100 1100000 111100 101000

Color Harmonies of #58A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A228

Black with #58A228

Text Example


Text Example

White with #58A228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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