Html Css Color HEX #50CF36 Lime Green

📋 copy color: '#50CF36'

red 80 ◦ green 207 ◦ blue 54

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

Shades of Lime Green #50CF36

Tints of Lime Green #50CF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 23.46%
G = 60.7%
B = 15.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#50CF36 (or 0x50CF36) is known color: Lime Green. HEX triplet: 50, CF and 36. RGB value is (80,207,54). Sum of RGB (Red+Green+Blue) = 80+207+54=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF36 is #AF30C9. Grayscale: #989898. Windows color (decimal): -11481290 or 3592016. OLE color: 3592016.

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

Color convert

RGB 80 207 54 -
CMYK 0.61 0 0.74 0.19
HSL 109.8º 0.61% 0.51% -
HSV(B) 109.8º 0.74% 0.81% -
XYZ 26.29 46.6 11.1 -
YUV 151.59 72.92 76.94 -
System Red Green Blue C M Y K H S L
Decimal 80 207 54 0.61 0 0.74 0.19 109.8 0.61 0.51
Hex 50 CF 36 3D 0 4A 13 6E 3D 33
Octal 120 317 66 75 0 112 23 156 75 63
Binary 1010000 11001111 110110 111101 0 1001010 10011 1101110 111101 110011

Color Harmonies of #50CF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF36

Black with #50CF36

Text Example


Text Example

White with #50CF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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