#5DA92E

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

Shades of Limeade #5DA92E

Tints of Limeade #5DA92E

Color information

#5DA92E (or 0x5DA92E) is unknown color: approx Limeade. HEX triplet: 5D, A9 and 2E. RGB value is (93,169,46). Sum of RGB (Red+Green+Blue) = 93+169+46=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA92E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA92E is #A256D1. Grayscale: #848484. Windows color (decimal): -10639058 or 3058013. OLE color: 3058013.

HSL color Cylindrical-coordinate representation of color #5DA92E: hue angle of 97.07º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DA92E is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB9316946-
CMYK0.4500.730.34
HSL97.07º57.21%42.16%-
HSV(B)97.07º72.78%66.27%-
XYZ19.230.97.54-
YUV132.2579.32100-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 169 (66.41% from 255) = 54.87%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=30.19%
G=54.87%
B=14.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93169460.4500.730.3497.0757.2142.16
Hex5DA92E2D0492261392a
Octal13525156550111421417152
Binary101110110101001101110101101010010011000101100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,46); }

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

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

 a { background-color: rgb(93,169,46); }

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

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

 span { border-color: rgb(93,169,46); }

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