Html Css Color HEX #2FDC50 Lime Green

📋 copy color: '#2FDC50'

red 47 ◦ green 220 ◦ blue 80

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

Shades of Lime Green #2FDC50

Tints of Lime Green #2FDC50

RGB

 RED value IS 47 (18.75% from 255) = 13.54%

 GREEN value IS 220 (86.33% from 255) = 63.4%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 13.54%
G = 63.4%
B = 23.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#2FDC50 (or 0x2FDC50) is known color: Lime Green. HEX triplet: 2F, DC and 50. RGB value is (47,220,80). Sum of RGB (Red+Green+Blue) = 47+220+80=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC50 is #D023AF. Grayscale: #989898. Windows color (decimal): -13640624 or 5299247. OLE color: 5299247.

HSL color Cylindrical-coordinate representation of color #2FDC50: hue angle of 131.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC50 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 80 -
CMYK 0.79 0 0.64 0.14
HSL 131.45º 0.71% 0.52% -
HSV(B) 131.45º 0.79% 0.86% -
XYZ 28.21 52.37 16.21 -
YUV 152.31 87.19 52.88 -
System Red Green Blue C M Y K H S L
Decimal 47 220 80 0.79 0 0.64 0.14 131.45 0.71 0.52
Hex 2F DC 50 4F 0 40 E 83 47 34
Octal 57 334 120 117 0 100 16 203 107 64
Binary 101111 11011100 1010000 1001111 0 1000000 1110 10000011 1000111 110100

Color Harmonies of #2FDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC50

Black with #2FDC50

Text Example


Text Example

White with #2FDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FDC50; }

 p { color: rgb(47,220,80); }

 H1.HeaderClassName
 {
   color: #2FDC50;
 }
 .AnyTagClassName
 {
   color: #2FDC50;
 }
</style>

background-color css

<style>
 a { background-color: #2FDC50; }

 a { background-color: rgb(47,220,80); }

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

border-color css

<style>
 span { border-color: #2FDC50; }

 span { border-color: rgb(47,220,80); }

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