Html Css Color HEX #50CD34 Lime Green

📋 copy color: '#50CD34'

red 80 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #50CD34

Tints of Lime Green #50CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.83%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 23.74%
G = 60.83%
B = 15.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#50CD34 (or 0x50CD34) is known color: Lime Green. HEX triplet: 50, CD and 34. RGB value is (80,205,52). Sum of RGB (Red+Green+Blue) = 80+205+52=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD34 is #AF32CB. Grayscale: #969696. Windows color (decimal): -11481804 or 3460432. OLE color: 3460432.

HSL color Cylindrical-coordinate representation of color #50CD34: hue angle of 109.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50CD34 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 52 -
CMYK 0.61 0 0.75 0.20
HSL 109.02º 0.6% 0.5% -
HSV(B) 109.02º 0.75% 0.8% -
XYZ 25.76 45.62 10.7 -
YUV 150.18 72.59 77.94 -
System Red Green Blue C M Y K H S L
Decimal 80 205 52 0.61 0 0.75 0.20 109.02 0.6 0.5
Hex 50 CD 34 3D 0 4B 14 6D 3C 32
Octal 120 315 64 75 0 113 24 155 74 62
Binary 1010000 11001101 110100 111101 0 1001011 10100 1101101 111100 110010

Color Harmonies of #50CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD34

Black with #50CD34

Text Example


Text Example

White with #50CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,52); }

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

background-color css

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

 a { background-color: rgb(80,205,52); }

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

border-color css

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

 span { border-color: rgb(80,205,52); }

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