Html Css Color HEX #50DF2F Lime Green

📋 copy color: '#50DF2F'

red 80 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #50DF2F

Tints of Lime Green #50DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.71%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 22.86%
G = 63.71%
B = 13.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#50DF2F (or 0x50DF2F) is known color: Lime Green. HEX triplet: 50, DF and 2F. RGB value is (80,223,47). Sum of RGB (Red+Green+Blue) = 80+223+47=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF2F is #AF20D0. Grayscale: #A0A0A0. Windows color (decimal): -11477201 or 3137360. OLE color: 3137360.

HSL color Cylindrical-coordinate representation of color #50DF2F: hue angle of 108.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50DF2F is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 47 -
CMYK 0.64 0 0.79 0.13
HSL 108.75º 0.73% 0.53% -
HSV(B) 108.75º 0.79% 0.87% -
XYZ 30.21 54.69 11.65 -
YUV 160.18 64.12 70.81 -
System Red Green Blue C M Y K H S L
Decimal 80 223 47 0.64 0 0.79 0.13 108.75 0.73 0.53
Hex 50 DF 2F 40 0 4F D 6D 49 35
Octal 120 337 57 100 0 117 15 155 111 65
Binary 1010000 11011111 101111 1000000 0 1001111 1101 1101101 1001001 110101

Color Harmonies of #50DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF2F

Black with #50DF2F

Text Example


Text Example

White with #50DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,47); }

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

background-color css

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

 a { background-color: rgb(80,223,47); }

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

border-color css

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

 span { border-color: rgb(80,223,47); }

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