Html Css Color HEX #50DA35 Lime Green

📋 copy color: '#50DA35'

red 80 ◦ green 218 ◦ blue 53

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

Shades of Lime Green #50DA35

Tints of Lime Green #50DA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 22.79%
G = 62.11%
B = 15.1%

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

#50DA35 (or 0x50DA35) is known color: Lime Green. HEX triplet: 50, DA and 35. RGB value is (80,218,53). Sum of RGB (Red+Green+Blue) = 80+218+53=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 218 (85.55% from 255 or 62.11% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA35 is #AF25CA. Grayscale: #9E9E9E. Windows color (decimal): -11478475 or 3529296. OLE color: 3529296.

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

Color convert

RGB 80 218 53 -
CMYK 0.63 0 0.76 0.15
HSL 110.18º 0.69% 0.53% -
HSV(B) 110.18º 0.76% 0.85% -
XYZ 29.02 52.11 11.9 -
YUV 157.93 68.78 72.42 -
System Red Green Blue C M Y K H S L
Decimal 80 218 53 0.63 0 0.76 0.15 110.18 0.69 0.53
Hex 50 DA 35 3F 0 4C F 6E 45 35
Octal 120 332 65 77 0 114 17 156 105 65
Binary 1010000 11011010 110101 111111 0 1001100 1111 1101110 1000101 110101

Color Harmonies of #50DA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA35

Black with #50DA35

Text Example


Text Example

White with #50DA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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