Html Css Color HEX #5DAC2A Limeade

📋 copy color: '#5DAC2A'

red 93 ◦ green 172 ◦ blue 42

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

Shades of Limeade #5DAC2A

Tints of Limeade #5DAC2A

RGB

 RED value IS 93 (36.72% from 255) = 30.29%

 GREEN value IS 172 (67.58% from 255) = 56.03%

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

R = 30.29%
G = 56.03%
B = 13.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#5DAC2A (or 0x5DAC2A) is known color: Limeade. HEX triplet: 5D, AC and 2A. RGB value is (93,172,42). Sum of RGB (Red+Green+Blue) = 93+172+42=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC2A is #A253D5. Grayscale: #868686. Windows color (decimal): -10638294 or 2796637. OLE color: 2796637.

HSL color Cylindrical-coordinate representation of color #5DAC2A: hue angle of 96.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DAC2A is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 172 42 -
CMYK 0.46 0 0.76 0.33
HSL 96.46º 0.61% 0.42% -
HSV(B) 96.46º 0.76% 0.67% -
XYZ 19.68 32 7.33 -
YUV 133.56 76.33 99.07 -
System Red Green Blue C M Y K H S L
Decimal 93 172 42 0.46 0 0.76 0.33 96.46 0.61 0.42
Hex 5D AC 2A 2E 0 4C 21 60 3D 2A
Octal 135 254 52 56 0 114 41 140 75 52
Binary 1011101 10101100 101010 101110 0 1001100 100001 1100000 111101 101010

Color Harmonies of #5DAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC2A

Black with #5DAC2A

Text Example


Text Example

White with #5DAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DAC2A; }

 p { color: rgb(93,172,42); }

 H1.HeaderClassName
 {
   color: #5DAC2A;
 }
 .AnyTagClassName
 {
   color: #5DAC2A;
 }
</style>

background-color css

<style>
 a { background-color: #5DAC2A; }

 a { background-color: rgb(93,172,42); }

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

border-color css

<style>
 span { border-color: #5DAC2A; }

 span { border-color: rgb(93,172,42); }

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