Html Css Color HEX #50CF41 Lime Green

📋 copy color: '#50CF41'

red 80 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #50CF41

Tints of Lime Green #50CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 22.73%
G = 58.81%
B = 18.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#50CF41 (or 0x50CF41) is known color: Lime Green. HEX triplet: 50, CF and 41. RGB value is (80,207,65). Sum of RGB (Red+Green+Blue) = 80+207+65=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF41 is #AF30BE. Grayscale: #999999. Windows color (decimal): -11481279 or 4312912. OLE color: 4312912.

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

Color convert

RGB 80 207 65 -
CMYK 0.61 0 0.69 0.19
HSL 113.66º 0.6% 0.53% -
HSV(B) 113.66º 0.69% 0.81% -
XYZ 26.58 46.71 12.62 -
YUV 152.84 78.42 76.05 -
System Red Green Blue C M Y K H S L
Decimal 80 207 65 0.61 0 0.69 0.19 113.66 0.6 0.53
Hex 50 CF 41 3D 0 45 13 72 3C 35
Octal 120 317 101 75 0 105 23 162 74 65
Binary 1010000 11001111 1000001 111101 0 1000101 10011 1110010 111100 110101

Color Harmonies of #50CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF41

Black with #50CF41

Text Example


Text Example

White with #50CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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