#5adf3b

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

Shades of Lime Green #5ADF3B

Tints of Lime Green #5ADF3B

Color information

#5ADF3B (or 0x5ADF3B) is unknown color: approx Lime Green. HEX triplet: 5A, DF and 3B. RGB value is (90,223,59). Sum of RGB (Red+Green+Blue) = 90+223+59=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADF3B is #A520C4. Grayscale: #A5A5A5. Windows color (decimal): -10821829 or 3923802. OLE color: 3923802.

HSL color Cylindrical-coordinate representation of color #5ADF3B: hue angle of 108.66º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ADF3B is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB9022359-
CMYK0.6000.740.13
HSL108.66º71.93%55.29%-
HSV(B)108.66º73.54%87.45%-
XYZ31.3955.2613.15-
YUV164.5468.4474.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 223 (87.5% from 255) = 59.95%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=24.19%
G=59.95%
B=15.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90223590.6000.740.13108.6671.9355.29
Hex5ADF3B3C04AD6d4837
Octal132337737401121515511067
Binary10110101101111111101111110001001010110111011011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5adf3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,223,59); }

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

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

 a { background-color: rgb(90,223,59); }

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

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

 span { border-color: rgb(90,223,59); }

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