Html Css Color HEX #50D239 Lime Green

📋 copy color: '#50D239'

red 80 ◦ green 210 ◦ blue 57

#50D239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #50D239

Tints of Lime Green #50D239

RGB

 RED value IS 80 (31.64% from 255) = 23.05%

 GREEN value IS 210 (82.42% from 255) = 60.52%

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 23.05%
G = 60.52%
B = 16.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#50D239 (or 0x50D239) is known color: Lime Green. HEX triplet: 50, D2 and 39. RGB value is (80,210,57). Sum of RGB (Red+Green+Blue) = 80+210+57=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #50D239 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D239 is #AF2DC6. Grayscale: #9A9A9A. Windows color (decimal): -11480519 or 3789392. OLE color: 3789392.

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

Color convert

RGB 80 210 57 -
CMYK 0.62 0 0.73 0.18
HSL 110.98º 0.63% 0.52% -
HSV(B) 110.98º 0.73% 0.82% -
XYZ 27.09 48.09 11.73 -
YUV 153.69 73.43 75.44 -
System Red Green Blue C M Y K H S L
Decimal 80 210 57 0.62 0 0.73 0.18 110.98 0.63 0.52
Hex 50 D2 39 3E 0 49 12 6F 3F 34
Octal 120 322 71 76 0 111 22 157 77 64
Binary 1010000 11010010 111001 111110 0 1001001 10010 1101111 111111 110100

Color Harmonies of #50D239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D239

Black with #50D239

Text Example


Text Example

White with #50D239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D239;
 }
 .AnyTagClassName
 {
   color: #50D239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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