Html Css Color HEX #2FFC47 Lime Green

📋 copy color: '#2FFC47'

red 47 ◦ green 252 ◦ blue 71

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

Shades of Lime Green #2FFC47

Tints of Lime Green #2FFC47

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.11%

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

R = 12.7%
G = 68.11%
B = 19.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#2FFC47 (or 0x2FFC47) is known color: Lime Green. HEX triplet: 2F, FC and 47. RGB value is (47,252,71). Sum of RGB (Red+Green+Blue) = 47+252+71=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC47 is #D003B8. Grayscale: #AAAAAA. Windows color (decimal): -13632441 or 4717615. OLE color: 4717615.

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

Color convert

RGB 47 252 71 -
CMYK 0.81 0 0.72 0.01
HSL 127.02º 0.97% 0.59% -
HSV(B) 127.02º 0.81% 0.99% -
XYZ 37.12 70.68 17.65 -
YUV 170.07 72.08 40.22 -
System Red Green Blue C M Y K H S L
Decimal 47 252 71 0.81 0 0.72 0.01 127.02 0.97 0.59
Hex 2F FC 47 51 0 48 1 7F 61 3B
Octal 57 374 107 121 0 110 1 177 141 73
Binary 101111 11111100 1000111 1010001 0 1001000 1 1111111 1100001 111011

Color Harmonies of #2FFC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC47

Black with #2FFC47

Text Example


Text Example

White with #2FFC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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