Html Css Color HEX #2FDA1F Lime Green

📋 copy color: '#2FDA1F'

red 47 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #2FDA1F

Tints of Lime Green #2FDA1F

RGB

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

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

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

R = 15.88%
G = 73.65%
B = 10.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#2FDA1F (or 0x2FDA1F) is known color: Lime Green. HEX triplet: 2F, DA and 1F. RGB value is (47,218,31). Sum of RGB (Red+Green+Blue) = 47+218+31=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA1F is #D025E0. Grayscale: #929292. Windows color (decimal): -13641185 or 2087471. OLE color: 2087471.

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

Color convert

RGB 47 218 31 -
CMYK 0.78 0 0.86 0.15
HSL 114.87º 0.75% 0.49% -
HSV(B) 114.87º 0.86% 0.85% -
XYZ 26.49 50.85 9.71 -
YUV 145.55 63.35 57.71 -
System Red Green Blue C M Y K H S L
Decimal 47 218 31 0.78 0 0.86 0.15 114.87 0.75 0.49
Hex 2F DA 1F 4E 0 56 F 73 4B 31
Octal 57 332 37 116 0 126 17 163 113 61
Binary 101111 11011010 11111 1001110 0 1010110 1111 1110011 1001011 110001

Color Harmonies of #2FDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA1F

Black with #2FDA1F

Text Example


Text Example

White with #2FDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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