Html Css Color HEX #58A32C Limeade

📋 copy color: '#58A32C'

red 88 ◦ green 163 ◦ blue 44

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

Shades of Limeade #58A32C

Tints of Limeade #58A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.25%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 29.83%
G = 55.25%
B = 14.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#58A32C (or 0x58A32C) is known color: Limeade. HEX triplet: 58, A3 and 2C. RGB value is (88,163,44). Sum of RGB (Red+Green+Blue) = 88+163+44=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #58A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A32C is #A75CD3. Grayscale: #7F7F7F. Windows color (decimal): -10968276 or 2925400. OLE color: 2925400.

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

Color convert

RGB 88 163 44 -
CMYK 0.46 0 0.73 0.36
HSL 97.82º 0.57% 0.41% -
HSV(B) 97.82º 0.73% 0.64% -
XYZ 17.58 28.45 6.95 -
YUV 127.01 81.15 100.18 -
System Red Green Blue C M Y K H S L
Decimal 88 163 44 0.46 0 0.73 0.36 97.82 0.57 0.41
Hex 58 A3 2C 2E 0 49 24 62 39 29
Octal 130 243 54 56 0 111 44 142 71 51
Binary 1011000 10100011 101100 101110 0 1001001 100100 1100010 111001 101001

Color Harmonies of #58A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A32C

Black with #58A32C

Text Example


Text Example

White with #58A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,163,44); }

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

background-color css

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

 a { background-color: rgb(88,163,44); }

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

border-color css

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

 span { border-color: rgb(88,163,44); }

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