Html Css Color HEX #2FD91F Lime Green

📋 copy color: '#2FD91F'

red 47 ◦ green 217 ◦ blue 31

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

Shades of Lime Green #2FD91F

Tints of Lime Green #2FD91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.56%

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

R = 15.93%
G = 73.56%
B = 10.51%

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

#2FD91F (or 0x2FD91F) is known color: Lime Green. HEX triplet: 2F, D9 and 1F. RGB value is (47,217,31). Sum of RGB (Red+Green+Blue) = 47+217+31=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD91F is #D026E0. Grayscale: #919191. Windows color (decimal): -13641441 or 2087215. OLE color: 2087215.

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

Color convert

RGB 47 217 31 -
CMYK 0.78 0 0.86 0.15
HSL 114.84º 0.75% 0.49% -
HSV(B) 114.84º 0.86% 0.85% -
XYZ 26.23 50.33 9.63 -
YUV 144.97 63.68 58.12 -
System Red Green Blue C M Y K H S L
Decimal 47 217 31 0.78 0 0.86 0.15 114.84 0.75 0.49
Hex 2F D9 1F 4E 0 56 F 73 4B 31
Octal 57 331 37 116 0 126 17 163 113 61
Binary 101111 11011001 11111 1001110 0 1010110 1111 1110011 1001011 110001

Color Harmonies of #2FD91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD91F

Black with #2FD91F

Text Example


Text Example

White with #2FD91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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