Html Css Color HEX #2FFF47 Lime Green

📋 copy color: '#2FFF47'

red 47 ◦ green 255 ◦ blue 71

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

Shades of Lime Green #2FFF47

Tints of Lime Green #2FFF47

RGB

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

 GREEN value IS 255 (100% from 255) = 68.36%

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 12.6%
G = 68.36%
B = 19.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#2FFF47 (or 0x2FFF47) is known color: Lime Green. HEX triplet: 2F, FF and 47. RGB value is (47,255,71). Sum of RGB (Red+Green+Blue) = 47+255+71=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF47 is #D000B8. Grayscale: #ACACAC. Windows color (decimal): -13631673 or 4718383. OLE color: 4718383.

HSL color Cylindrical-coordinate representation of color #2FFF47: hue angle of 126.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF47 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 71 -
CMYK 0.82 0 0.72 0
HSL 126.92º 1% 0.59% -
HSV(B) 126.92º 0.82% 1% -
XYZ 38.07 72.58 17.96 -
YUV 171.83 71.09 38.96 -
System Red Green Blue C M Y K H S L
Decimal 47 255 71 0.82 0 0.72 0 126.92 1 0.59
Hex 2F FF 47 52 0 48 0 7F 64 3B
Octal 57 377 107 122 0 110 0 177 144 73
Binary 101111 11111111 1000111 1010010 0 1001000 0 1111111 1100100 111011

Color Harmonies of #2FFF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF47

Black with #2FFF47

Text Example


Text Example

White with #2FFF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,71); }

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

background-color css

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

 a { background-color: rgb(47,255,71); }

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

border-color css

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

 span { border-color: rgb(47,255,71); }

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