Html Css Color HEX #58A428 Limeade

📋 copy color: '#58A428'

red 88 ◦ green 164 ◦ blue 40

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

Shades of Limeade #58A428

Tints of Limeade #58A428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.16%

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

R = 30.14%
G = 56.16%
B = 13.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#58A428 (or 0x58A428) is known color: Limeade. HEX triplet: 58, A4 and 28. RGB value is (88,164,40). Sum of RGB (Red+Green+Blue) = 88+164+40=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #58A428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A428 is #A75BD7. Grayscale: #7F7F7F. Windows color (decimal): -10968024 or 2663512. OLE color: 2663512.

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

Color convert

RGB 88 164 40 -
CMYK 0.46 0 0.76 0.36
HSL 96.77º 0.61% 0.4% -
HSV(B) 96.77º 0.76% 0.64% -
XYZ 17.68 28.78 6.63 -
YUV 127.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 88 164 40 0.46 0 0.76 0.36 96.77 0.61 0.4
Hex 58 A4 28 2E 0 4C 24 61 3D 28
Octal 130 244 50 56 0 114 44 141 75 50
Binary 1011000 10100100 101000 101110 0 1001100 100100 1100001 111101 101000

Color Harmonies of #58A428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A428

Black with #58A428

Text Example


Text Example

White with #58A428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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