Html Css Color HEX #50DF30 Lime Green

📋 copy color: '#50DF30'

red 80 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #50DF30

Tints of Lime Green #50DF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 22.79%
G = 63.53%
B = 13.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#50DF30 (or 0x50DF30) is known color: Lime Green. HEX triplet: 50, DF and 30. RGB value is (80,223,48). Sum of RGB (Red+Green+Blue) = 80+223+48=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF30 is #AF20CF. Grayscale: #A0A0A0. Windows color (decimal): -11477200 or 3202896. OLE color: 3202896.

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

Color convert

RGB 80 223 48 -
CMYK 0.64 0 0.78 0.13
HSL 109.03º 0.73% 0.53% -
HSV(B) 109.03º 0.78% 0.87% -
XYZ 30.23 54.69 11.76 -
YUV 160.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 80 223 48 0.64 0 0.78 0.13 109.03 0.73 0.53
Hex 50 DF 30 40 0 4E D 6D 49 35
Octal 120 337 60 100 0 116 15 155 111 65
Binary 1010000 11011111 110000 1000000 0 1001110 1101 1101101 1001001 110101

Color Harmonies of #50DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF30

Black with #50DF30

Text Example


Text Example

White with #50DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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