#5dad30

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

Shades of Limeade #5DAD30

Tints of Limeade #5DAD30

Color information

#5DAD30 (or 0x5DAD30) is unknown color: approx Limeade. HEX triplet: 5D, AD and 30. RGB value is (93,173,48). Sum of RGB (Red+Green+Blue) = 93+173+48=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD30 is #A252CF. Grayscale: #878787. Windows color (decimal): -10638032 or 3190109. OLE color: 3190109.

HSL color Cylindrical-coordinate representation of color #5DAD30: hue angle of 98.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DAD30 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB9317348-
CMYK0.4600.720.32
HSL98.4º56.56%43.33%-
HSV(B)98.4º72.25%67.84%-
XYZ19.9932.438-
YUV134.837998.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 173 (67.97% from 255) = 55.10%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=29.62%
G=55.10%
B=15.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93173480.4600.720.3298.456.5643.33
Hex5DAD302E0482062392b
Octal13525560560110401427153
Binary101110110101101110000101110010010001000001100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dad30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,48); }

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

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

 a { background-color: rgb(93,173,48); }

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

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

 span { border-color: rgb(93,173,48); }

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