#5DB028

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

Shades of Limeade #5DB028

Tints of Limeade #5DB028

Color information

#5DB028 (or 0x5DB028) is unknown color: approx Limeade. HEX triplet: 5D, B0 and 28. RGB value is (93,176,40). Sum of RGB (Red+Green+Blue) = 93+176+40=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB028 is #A24FD7. Grayscale: #888888. Windows color (decimal): -10637272 or 2666589. OLE color: 2666589.

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

Color convert

RGB9317640-
CMYK0.4700.770.31
HSL96.62º62.96%42.35%-
HSV(B)96.62º77.27%69.02%-
XYZ20.4233.537.4-
YUV135.687497.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=30.10%
G=56.96%
B=12.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93176400.4700.770.3196.6262.9642.35
Hex5DB0282F04D1F613f2a
Octal13526050570115371417752
Binary10111011011000010100010111101001101111111100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,176,40); }

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

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

 a { background-color: rgb(93,176,40); }

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

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

 span { border-color: rgb(93,176,40); }

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