#50CD35

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

Shades of Lime Green #50CD35

Tints of Lime Green #50CD35

Color information

#50CD35 (or 0x50CD35) is unknown color: approx Lime Green. HEX triplet: 50, CD and 35. RGB value is (80,205,53). Sum of RGB (Red+Green+Blue) = 80+205+53=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD35 is #AF32CA. Grayscale: #969696. Windows color (decimal): -11481803 or 3525968. OLE color: 3525968.

HSL color Cylindrical-coordinate representation of color #50CD35: hue angle of 109.34º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50CD35 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB8020553-
CMYK0.6100.740.20
HSL109.34º60.32%50.59%-
HSV(B)109.34º74.15%80.39%-
XYZ25.7845.6310.82-
YUV150.373.0977.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 205 (80.47% from 255) = 60.65%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=23.67%
G=60.65%
B=15.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205530.6100.740.20109.3460.3250.59
Hex50CD353D04A146d3c33
Octal12031565750112241557463
Binary10100001100110111010111110101001010101001101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,205,53); }

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

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

 a { background-color: rgb(80,205,53); }

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

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

 span { border-color: rgb(80,205,53); }

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