Html Css Color HEX #5DAC1F Limeade

📋 copy color: '#5DAC1F'

red 93 ◦ green 172 ◦ blue 31

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

Shades of Limeade #5DAC1F

Tints of Limeade #5DAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 31.42%
G = 58.11%
B = 10.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#5DAC1F (or 0x5DAC1F) is known color: Limeade. HEX triplet: 5D, AC and 1F. RGB value is (93,172,31). Sum of RGB (Red+Green+Blue) = 93+172+31=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC1F is #A253E0. Grayscale: #848484. Windows color (decimal): -10638305 or 2075741. OLE color: 2075741.

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

Color convert

RGB 93 172 31 -
CMYK 0.46 0 0.82 0.33
HSL 93.62º 0.69% 0.4% -
HSV(B) 93.62º 0.82% 0.67% -
XYZ 19.51 31.93 6.43 -
YUV 132.31 70.83 99.96 -
System Red Green Blue C M Y K H S L
Decimal 93 172 31 0.46 0 0.82 0.33 93.62 0.69 0.4
Hex 5D AC 1F 2E 0 52 21 5E 45 28
Octal 135 254 37 56 0 122 41 136 105 50
Binary 1011101 10101100 11111 101110 0 1010010 100001 1011110 1000101 101000

Color Harmonies of #5DAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC1F

Black with #5DAC1F

Text Example


Text Example

White with #5DAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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