#50DD34

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

Shades of Lime Green #50DD34

Tints of Lime Green #50DD34

Color information

#50DD34 (or 0x50DD34) is unknown color: approx Lime Green. HEX triplet: 50, DD and 34. RGB value is (80,221,52). Sum of RGB (Red+Green+Blue) = 80+221+52=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD34 is #AF22CB. Grayscale: #A0A0A0. Windows color (decimal): -11477708 or 3464528. OLE color: 3464528.

HSL color Cylindrical-coordinate representation of color #50DD34: hue angle of 110.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50DD34 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB8022152-
CMYK0.6400.760.13
HSL110.06º71.31%53.53%-
HSV(B)110.06º76.47%86.67%-
XYZ29.7853.6712.04-
YUV159.5767.2971.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 221 (86.72% from 255) = 62.61%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=22.66%
G=62.61%
B=14.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80221520.6400.760.13110.0671.3153.53
Hex50DD344004CD6e4736
Octal1203356410001141515610766
Binary101000011011101110100100000001001100110111011101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50DD34; }

 p { color: rgb(80,221,52); }

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

<style>
 a { background-color: #50DD34; }

 a { background-color: rgb(80,221,52); }

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

<style>
 span { border-color: #50DD34; }

 span { border-color: rgb(80,221,52); }

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