Html Css Color HEX #50CF48 Lime Green

📋 copy color: '#50CF48'

red 80 ◦ green 207 ◦ blue 72

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

Shades of Lime Green #50CF48

Tints of Lime Green #50CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.66%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 22.28%
G = 57.66%
B = 20.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#50CF48 (or 0x50CF48) is known color: Lime Green. HEX triplet: 50, CF and 48. RGB value is (80,207,72). Sum of RGB (Red+Green+Blue) = 80+207+72=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF48 is #AF30B7. Grayscale: #9A9A9A. Windows color (decimal): -11481272 or 4771664. OLE color: 4771664.

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

Color convert

RGB 80 207 72 -
CMYK 0.61 0 0.65 0.19
HSL 116.44º 0.58% 0.55% -
HSV(B) 116.44º 0.65% 0.81% -
XYZ 26.79 46.8 13.75 -
YUV 153.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 80 207 72 0.61 0 0.65 0.19 116.44 0.58 0.55
Hex 50 CF 48 3D 0 41 13 74 3A 37
Octal 120 317 110 75 0 101 23 164 72 67
Binary 1010000 11001111 1001000 111101 0 1000001 10011 1110100 111010 110111

Color Harmonies of #50CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF48

Black with #50CF48

Text Example


Text Example

White with #50CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,207,72); }

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

background-color css

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

 a { background-color: rgb(80,207,72); }

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

border-color css

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

 span { border-color: rgb(80,207,72); }

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