#5DAF25

Color #5DAF25 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5DAF25

Tints of Limeade #5DAF25

Color information

#5DAF25 (or 0x5DAF25) is unknown color: approx Limeade. HEX triplet: 5D, AF and 25. RGB value is (93,175,37). Sum of RGB (Red+Green+Blue) = 93+175+37=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF25 is #A250DA. Grayscale: #878787. Windows color (decimal): -10637531 or 2469725. OLE color: 2469725.

HSL color Cylindrical-coordinate representation of color #5DAF25: hue angle of 95.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DAF25 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB9317537-
CMYK0.4700.790.31
HSL95.65º65.09%41.57%-
HSV(B)95.65º78.86%68.63%-
XYZ20.1833.127.08-
YUV134.7572.8398.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=30.49%
G=57.38%
B=12.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93175370.4700.790.3195.6565.0941.57
Hex5DAF252F04F1F60412a
Octal135257455701173714010152
Binary101110110101111100101101111010011111111111000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,175,37); }

 H1.HeaderClassName
 {
   color: #5DAF25;
 }
 .AnyTagClassName
 {
   color: #5DAF25;
 }
</style>
background-color css

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

 a { background-color: rgb(93,175,37); }

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

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

 span { border-color: rgb(93,175,37); }

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