Html Css Color HEX #58A62A Limeade

📋 copy color: '#58A62A'

red 88 ◦ green 166 ◦ blue 42

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

Shades of Limeade #58A62A

Tints of Limeade #58A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.08%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 29.73%
G = 56.08%
B = 14.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#58A62A (or 0x58A62A) is known color: Limeade. HEX triplet: 58, A6 and 2A. RGB value is (88,166,42). Sum of RGB (Red+Green+Blue) = 88+166+42=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #58A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A62A is #A759D5. Grayscale: #808080. Windows color (decimal): -10967510 or 2795096. OLE color: 2795096.

HSL color Cylindrical-coordinate representation of color #58A62A: hue angle of 97.74º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58A62A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 166 42 -
CMYK 0.47 0 0.75 0.35
HSL 97.74º 0.6% 0.41% -
HSV(B) 97.74º 0.75% 0.65% -
XYZ 18.08 29.51 6.93 -
YUV 128.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 88 166 42 0.47 0 0.75 0.35 97.74 0.6 0.41
Hex 58 A6 2A 2F 0 4B 23 62 3C 29
Octal 130 246 52 57 0 113 43 142 74 51
Binary 1011000 10100110 101010 101111 0 1001011 100011 1100010 111100 101001

Color Harmonies of #58A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A62A

Black with #58A62A

Text Example


Text Example

White with #58A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,166,42); }

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

background-color css

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

 a { background-color: rgb(88,166,42); }

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

border-color css

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

 span { border-color: rgb(88,166,42); }

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