Html Css Color HEX #2FDC1F Lime Green

📋 copy color: '#2FDC1F'

red 47 ◦ green 220 ◦ blue 31

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

Shades of Lime Green #2FDC1F

Tints of Lime Green #2FDC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 15.77%
G = 73.83%
B = 10.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2FDC1F (or 0x2FDC1F) is known color: Lime Green. HEX triplet: 2F, DC and 1F. RGB value is (47,220,31). Sum of RGB (Red+Green+Blue) = 47+220+31=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC1F is #D023E0. Grayscale: #939393. Windows color (decimal): -13640673 or 2087983. OLE color: 2087983.

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

Color convert

RGB 47 220 31 -
CMYK 0.79 0 0.86 0.14
HSL 114.92º 0.75% 0.49% -
HSV(B) 114.92º 0.86% 0.86% -
XYZ 27.01 51.89 9.89 -
YUV 146.73 62.69 56.87 -
System Red Green Blue C M Y K H S L
Decimal 47 220 31 0.79 0 0.86 0.14 114.92 0.75 0.49
Hex 2F DC 1F 4F 0 56 E 73 4B 31
Octal 57 334 37 117 0 126 16 163 113 61
Binary 101111 11011100 11111 1001111 0 1010110 1110 1110011 1001011 110001

Color Harmonies of #2FDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC1F

Black with #2FDC1F

Text Example


Text Example

White with #2FDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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