Html Css Color HEX #5DAB2D Limeade

📋 copy color: '#5DAB2D'

red 93 ◦ green 171 ◦ blue 45

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

Shades of Limeade #5DAB2D

Tints of Limeade #5DAB2D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.34%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 30.1%
G = 55.34%
B = 14.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#5DAB2D (or 0x5DAB2D) is known color: Limeade. HEX triplet: 5D, AB and 2D. RGB value is (93,171,45). Sum of RGB (Red+Green+Blue) = 93+171+45=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB2D is #A254D2. Grayscale: #858585. Windows color (decimal): -10638547 or 2992989. OLE color: 2992989.

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

Color convert

RGB 93 171 45 -
CMYK 0.46 0 0.74 0.33
HSL 97.14º 0.58% 0.42% -
HSV(B) 97.14º 0.74% 0.67% -
XYZ 19.55 31.64 7.56 -
YUV 133.31 78.16 99.25 -
System Red Green Blue C M Y K H S L
Decimal 93 171 45 0.46 0 0.74 0.33 97.14 0.58 0.42
Hex 5D AB 2D 2E 0 4A 21 61 3A 2A
Octal 135 253 55 56 0 112 41 141 72 52
Binary 1011101 10101011 101101 101110 0 1001010 100001 1100001 111010 101010

Color Harmonies of #5DAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB2D

Black with #5DAB2D

Text Example


Text Example

White with #5DAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,45); }

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

background-color css

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

 a { background-color: rgb(93,171,45); }

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

border-color css

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

 span { border-color: rgb(93,171,45); }

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