#50E236

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

Shades of Lime Green #50E236

Tints of Lime Green #50E236

Color information

#50E236 (or 0x50E236) is unknown color: approx Lime Green. HEX triplet: 50, E2 and 36. RGB value is (80,226,54). Sum of RGB (Red+Green+Blue) = 80+226+54=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #50E236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E236 is #AF1DC9. Grayscale: #A3A3A3. Windows color (decimal): -11476426 or 3596880. OLE color: 3596880.

HSL color Cylindrical-coordinate representation of color #50E236: hue angle of 110.93º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50E236 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB8022654-
CMYK0.6500.760.11
HSL110.93º74.78%54.9%-
HSV(B)110.93º76.11%88.63%-
XYZ31.1756.3612.73-
YUV162.7466.6368.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 226 (88.67% from 255) = 62.78%
BLUE value IS 54 (21.48% from 255) = 15%
R=22.22%
G=62.78%
B=15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80226540.6500.760.11110.9374.7854.9
Hex50E2364104CB6f4b37
Octal1203426610101141315711367
Binary101000011100010110110100000101001100101111011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,226,54); }

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

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

 a { background-color: rgb(80,226,54); }

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

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

 span { border-color: rgb(80,226,54); }

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