Html Css Color HEX #2FD84F Lime Green

📋 copy color: '#2FD84F'

red 47 ◦ green 216 ◦ blue 79

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

Shades of Lime Green #2FD84F

Tints of Lime Green #2FD84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.16%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 13.74%
G = 63.16%
B = 23.1%

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

#2FD84F (or 0x2FD84F) is known color: Lime Green. HEX triplet: 2F, D8 and 4F. RGB value is (47,216,79). Sum of RGB (Red+Green+Blue) = 47+216+79=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD84F is #D027B0. Grayscale: #969696. Windows color (decimal): -13641649 or 5232687. OLE color: 5232687.

HSL color Cylindrical-coordinate representation of color #2FD84F: hue angle of 131.36º degrees, saturation: 0.68, 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 #2FD84F is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 79 -
CMYK 0.78 0 0.63 0.15
HSL 131.36º 0.68% 0.52% -
HSV(B) 131.36º 0.78% 0.85% -
XYZ 27.14 50.28 15.67 -
YUV 149.85 88.01 54.64 -
System Red Green Blue C M Y K H S L
Decimal 47 216 79 0.78 0 0.63 0.15 131.36 0.68 0.52
Hex 2F D8 4F 4E 0 3F F 83 44 34
Octal 57 330 117 116 0 77 17 203 104 64
Binary 101111 11011000 1001111 1001110 0 111111 1111 10000011 1000100 110100

Color Harmonies of #2FD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD84F

Black with #2FD84F

Text Example


Text Example

White with #2FD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,216,79); }

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

background-color css

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

 a { background-color: rgb(47,216,79); }

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

border-color css

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

 span { border-color: rgb(47,216,79); }

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