Html Css Color HEX #2FD851 Lime Green

📋 copy color: '#2FD851'

red 47 ◦ green 216 ◦ blue 81

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

Shades of Lime Green #2FD851

Tints of Lime Green #2FD851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 13.66%
G = 62.79%
B = 23.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#2FD851 (or 0x2FD851) is known color: Lime Green. HEX triplet: 2F, D8 and 51. RGB value is (47,216,81). Sum of RGB (Red+Green+Blue) = 47+216+81=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 216 (84.77% from 255 or 62.79% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD851 is #D027AE. Grayscale: #969696. Windows color (decimal): -13641647 or 5363759. OLE color: 5363759.

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

Color convert

RGB 47 216 81 -
CMYK 0.78 0 0.62 0.15
HSL 132.07º 0.68% 0.52% -
HSV(B) 132.07º 0.78% 0.85% -
XYZ 27.21 50.31 16.06 -
YUV 150.08 89.01 54.48 -
System Red Green Blue C M Y K H S L
Decimal 47 216 81 0.78 0 0.62 0.15 132.07 0.68 0.52
Hex 2F D8 51 4E 0 3E F 84 44 34
Octal 57 330 121 116 0 76 17 204 104 64
Binary 101111 11011000 1010001 1001110 0 111110 1111 10000100 1000100 110100

Color Harmonies of #2FD851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD851

Black with #2FD851

Text Example


Text Example

White with #2FD851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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