Html Css Color HEX #50E227 Lime Green

📋 copy color: '#50E227'

red 80 ◦ green 226 ◦ blue 39

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

Shades of Lime Green #50E227

Tints of Lime Green #50E227

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.51%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 23.19%
G = 65.51%
B = 11.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#50E227 (or 0x50E227) is known color: Lime Green. HEX triplet: 50, E2 and 27. RGB value is (80,226,39). Sum of RGB (Red+Green+Blue) = 80+226+39=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #50E227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E227 is #AF1DD8. Grayscale: #A1A1A1. Windows color (decimal): -11476441 or 2613840. OLE color: 2613840.

HSL color Cylindrical-coordinate representation of color #50E227: hue angle of 106.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50E227 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 39 -
CMYK 0.65 0 0.83 0.11
HSL 106.84º 0.76% 0.52% -
HSV(B) 106.84º 0.83% 0.89% -
XYZ 30.87 56.24 11.15 -
YUV 161.03 59.13 70.21 -
System Red Green Blue C M Y K H S L
Decimal 80 226 39 0.65 0 0.83 0.11 106.84 0.76 0.52
Hex 50 E2 27 41 0 53 B 6B 4C 34
Octal 120 342 47 101 0 123 13 153 114 64
Binary 1010000 11100010 100111 1000001 0 1010011 1011 1101011 1001100 110100

Color Harmonies of #50E227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E227

Black with #50E227

Text Example


Text Example

White with #50E227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,39); }

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

background-color css

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

 a { background-color: rgb(80,226,39); }

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

border-color css

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

 span { border-color: rgb(80,226,39); }

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