Html Css Color HEX #50D833 Lime Green

📋 copy color: '#50D833'

red 80 ◦ green 216 ◦ blue 51

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

Shades of Lime Green #50D833

Tints of Lime Green #50D833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.25%

 BLUE value IS 51 (20.31% from 255) = 14.7%

R = 23.05%
G = 62.25%
B = 14.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#50D833 (or 0x50D833) is known color: Lime Green. HEX triplet: 50, D8 and 33. RGB value is (80,216,51). Sum of RGB (Red+Green+Blue) = 80+216+51=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #50D833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D833 is #AF27CC. Grayscale: #9D9D9D. Windows color (decimal): -11478989 or 3397712. OLE color: 3397712.

HSL color Cylindrical-coordinate representation of color #50D833: hue angle of 109.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50D833 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 51 -
CMYK 0.63 0 0.76 0.15
HSL 109.45º 0.68% 0.52% -
HSV(B) 109.45º 0.76% 0.85% -
XYZ 28.46 51.06 11.49 -
YUV 156.53 68.44 73.42 -
System Red Green Blue C M Y K H S L
Decimal 80 216 51 0.63 0 0.76 0.15 109.45 0.68 0.52
Hex 50 D8 33 3F 0 4C F 6D 44 34
Octal 120 330 63 77 0 114 17 155 104 64
Binary 1010000 11011000 110011 111111 0 1001100 1111 1101101 1000100 110100

Color Harmonies of #50D833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D833

Black with #50D833

Text Example


Text Example

White with #50D833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,51); }

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

background-color css

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

 a { background-color: rgb(80,216,51); }

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

border-color css

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

 span { border-color: rgb(80,216,51); }

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