Html Css Color HEX #2FE71F Lime Green

📋 copy color: '#2FE71F'

red 47 ◦ green 231 ◦ blue 31

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

Shades of Lime Green #2FE71F

Tints of Lime Green #2FE71F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.76%

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

R = 15.21%
G = 74.76%
B = 10.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#2FE71F (or 0x2FE71F) is known color: Lime Green. HEX triplet: 2F, E7 and 1F. RGB value is (47,231,31). Sum of RGB (Red+Green+Blue) = 47+231+31=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE71F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE71F is #D018E0. Grayscale: #999999. Windows color (decimal): -13637857 or 2090799. OLE color: 2090799.

HSL color Cylindrical-coordinate representation of color #2FE71F: hue angle of 115.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE71F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 31 -
CMYK 0.80 0 0.87 0.09
HSL 115.2º 0.81% 0.51% -
HSV(B) 115.2º 0.87% 0.91% -
XYZ 30 57.86 10.88 -
YUV 153.18 59.04 52.26 -
System Red Green Blue C M Y K H S L
Decimal 47 231 31 0.80 0 0.87 0.09 115.2 0.81 0.51
Hex 2F E7 1F 50 0 57 9 73 51 33
Octal 57 347 37 120 0 127 11 163 121 63
Binary 101111 11100111 11111 1010000 0 1010111 1001 1110011 1010001 110011

Color Harmonies of #2FE71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE71F

Black with #2FE71F

Text Example


Text Example

White with #2FE71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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