Html Css Color HEX #2FFA49 Lime Green

📋 copy color: '#2FFA49'

red 47 ◦ green 250 ◦ blue 73

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

Shades of Lime Green #2FFA49

Tints of Lime Green #2FFA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.57%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 12.7%
G = 67.57%
B = 19.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#2FFA49 (or 0x2FFA49) is known color: Lime Green. HEX triplet: 2F, FA and 49. RGB value is (47,250,73). Sum of RGB (Red+Green+Blue) = 47+250+73=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA49 is #D005B6. Grayscale: #A9A9A9. Windows color (decimal): -13632951 or 4848175. OLE color: 4848175.

HSL color Cylindrical-coordinate representation of color #2FFA49: hue angle of 127.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA49 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 73 -
CMYK 0.81 0 0.71 0.02
HSL 127.68º 0.95% 0.58% -
HSV(B) 127.68º 0.81% 0.98% -
XYZ 36.56 69.46 17.78 -
YUV 169.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 47 250 73 0.81 0 0.71 0.02 127.68 0.95 0.58
Hex 2F FA 49 51 0 47 2 80 5F 3A
Octal 57 372 111 121 0 107 2 200 137 72
Binary 101111 11111010 1001001 1010001 0 1000111 10 10000000 1011111 111010

Color Harmonies of #2FFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA49

Black with #2FFA49

Text Example


Text Example

White with #2FFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,73); }

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

background-color css

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

 a { background-color: rgb(47,250,73); }

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

border-color css

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

 span { border-color: rgb(47,250,73); }

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