Html Css Color HEX #2FD051 Lime Green

📋 copy color: '#2FD051'

red 47 ◦ green 208 ◦ blue 81

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

Shades of Lime Green #2FD051

Tints of Lime Green #2FD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.9%

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

R = 13.99%
G = 61.9%
B = 24.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#2FD051 (or 0x2FD051) is known color: Lime Green. HEX triplet: 2F, D0 and 51. RGB value is (47,208,81). Sum of RGB (Red+Green+Blue) = 47+208+81=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD051 is #D02FAE. Grayscale: #919191. Windows color (decimal): -13643695 or 5361711. OLE color: 5361711.

HSL color Cylindrical-coordinate representation of color #2FD051: hue angle of 132.67º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD051 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 81 -
CMYK 0.77 0 0.61 0.18
HSL 132.67º 0.63% 0.5% -
HSV(B) 132.67º 0.77% 0.82% -
XYZ 25.21 46.31 15.39 -
YUV 145.38 91.66 57.83 -
System Red Green Blue C M Y K H S L
Decimal 47 208 81 0.77 0 0.61 0.18 132.67 0.63 0.5
Hex 2F D0 51 4D 0 3D 12 85 3F 32
Octal 57 320 121 115 0 75 22 205 77 62
Binary 101111 11010000 1010001 1001101 0 111101 10010 10000101 111111 110010

Color Harmonies of #2FD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD051

Black with #2FD051

Text Example


Text Example

White with #2FD051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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