#50D234

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

Shades of Lime Green #50D234

Tints of Lime Green #50D234

Color information

#50D234 (or 0x50D234) is unknown color: approx Lime Green. HEX triplet: 50, D2 and 34. RGB value is (80,210,52). Sum of RGB (Red+Green+Blue) = 80+210+52=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #50D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D234 is #AF2DCB. Grayscale: #999999. Windows color (decimal): -11480524 or 3461712. OLE color: 3461712.

HSL color Cylindrical-coordinate representation of color #50D234: hue angle of 109.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D234 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB8021052-
CMYK0.6200.750.18
HSL109.37º63.71%51.37%-
HSV(B)109.37º75.24%82.35%-
XYZ26.9748.0511.1-
YUV153.1270.9375.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 210 (82.42% from 255) = 61.40%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=23.39%
G=61.40%
B=15.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80210520.6200.750.18109.3763.7151.37
Hex50D2343E04B126d4033
Octal120322647601132215510063
Binary101000011010010110100111110010010111001011011011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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