Html Css Color HEX #50DA2F Lime Green

📋 copy color: '#50DA2F'

red 80 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #50DA2F

Tints of Lime Green #50DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.19%

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

R = 23.19%
G = 63.19%
B = 13.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#50DA2F (or 0x50DA2F) is known color: Lime Green. HEX triplet: 50, DA and 2F. RGB value is (80,218,47). Sum of RGB (Red+Green+Blue) = 80+218+47=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA2F is #AF25D0. Grayscale: #9D9D9D. Windows color (decimal): -11478481 or 3136080. OLE color: 3136080.

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

Color convert

RGB 80 218 47 -
CMYK 0.63 0 0.78 0.15
HSL 108.42º 0.7% 0.52% -
HSV(B) 108.42º 0.78% 0.85% -
XYZ 28.89 52.05 11.21 -
YUV 157.24 65.78 72.9 -
System Red Green Blue C M Y K H S L
Decimal 80 218 47 0.63 0 0.78 0.15 108.42 0.7 0.52
Hex 50 DA 2F 3F 0 4E F 6C 46 34
Octal 120 332 57 77 0 116 17 154 106 64
Binary 1010000 11011010 101111 111111 0 1001110 1111 1101100 1000110 110100

Color Harmonies of #50DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA2F

Black with #50DA2F

Text Example


Text Example

White with #50DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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