Html Css Color HEX #2FDA50 Lime Green

📋 copy color: '#2FDA50'

red 47 ◦ green 218 ◦ blue 80

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

Shades of Lime Green #2FDA50

Tints of Lime Green #2FDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.19%

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

R = 13.62%
G = 63.19%
B = 23.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#2FDA50 (or 0x2FDA50) is known color: Lime Green. HEX triplet: 2F, DA and 50. RGB value is (47,218,80). Sum of RGB (Red+Green+Blue) = 47+218+80=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA50 is #D025AF. Grayscale: #979797. Windows color (decimal): -13641136 or 5298735. OLE color: 5298735.

HSL color Cylindrical-coordinate representation of color #2FDA50: hue angle of 131.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA50 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 80 -
CMYK 0.78 0 0.63 0.15
HSL 131.58º 0.7% 0.52% -
HSV(B) 131.58º 0.78% 0.85% -
XYZ 27.69 51.33 16.04 -
YUV 151.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 47 218 80 0.78 0 0.63 0.15 131.58 0.7 0.52
Hex 2F DA 50 4E 0 3F F 84 46 34
Octal 57 332 120 116 0 77 17 204 106 64
Binary 101111 11011010 1010000 1001110 0 111111 1111 10000100 1000110 110100

Color Harmonies of #2FDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA50

Black with #2FDA50

Text Example


Text Example

White with #2FDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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