Html Css Color HEX #58A413 Limeade

📋 copy color: '#58A413'

red 88 ◦ green 164 ◦ blue 19

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

Shades of Limeade #58A413

Tints of Limeade #58A413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 32.47%
G = 60.52%
B = 7.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#58A413 (or 0x58A413) is known color: Limeade. HEX triplet: 58, A4 and 13. RGB value is (88,164,19). Sum of RGB (Red+Green+Blue) = 88+164+19=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #58A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A413 is #A75BEC. Grayscale: #7D7D7D. Windows color (decimal): -10968045 or 1287256. OLE color: 1287256.

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

Color convert

RGB 88 164 19 -
CMYK 0.46 0 0.88 0.36
HSL 91.45º 0.79% 0.36% -
HSV(B) 91.45º 0.88% 0.64% -
XYZ 17.42 28.67 5.23 -
YUV 124.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 88 164 19 0.46 0 0.88 0.36 91.45 0.79 0.36
Hex 58 A4 13 2E 0 58 24 5B 4F 24
Octal 130 244 23 56 0 130 44 133 117 44
Binary 1011000 10100100 10011 101110 0 1011000 100100 1011011 1001111 100100

Color Harmonies of #58A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A413

Black with #58A413

Text Example


Text Example

White with #58A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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