Html Css Color HEX #50CE4B Lime Green

📋 copy color: '#50CE4B'

red 80 ◦ green 206 ◦ blue 75

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

Shades of Lime Green #50CE4B

Tints of Lime Green #50CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.06%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 22.16%
G = 57.06%
B = 20.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#50CE4B (or 0x50CE4B) is known color: Lime Green. HEX triplet: 50, CE and 4B. RGB value is (80,206,75). Sum of RGB (Red+Green+Blue) = 80+206+75=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE4B is #AF31B4. Grayscale: #999999. Windows color (decimal): -11481525 or 4968016. OLE color: 4968016.

HSL color Cylindrical-coordinate representation of color #50CE4B: hue angle of 117.71º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CE4B is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 75 -
CMYK 0.61 0 0.64 0.19
HSL 117.71º 0.57% 0.55% -
HSV(B) 117.71º 0.64% 0.81% -
XYZ 26.65 46.36 14.2 -
YUV 153.39 83.76 75.65 -
System Red Green Blue C M Y K H S L
Decimal 80 206 75 0.61 0 0.64 0.19 117.71 0.57 0.55
Hex 50 CE 4B 3D 0 40 13 76 39 37
Octal 120 316 113 75 0 100 23 166 71 67
Binary 1010000 11001110 1001011 111101 0 1000000 10011 1110110 111001 110111

Color Harmonies of #50CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE4B

Black with #50CE4B

Text Example


Text Example

White with #50CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,75); }

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

background-color css

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

 a { background-color: rgb(80,206,75); }

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

border-color css

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

 span { border-color: rgb(80,206,75); }

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