Html Css Color HEX #2FF449 Lime Green

📋 copy color: '#2FF449'

red 47 ◦ green 244 ◦ blue 73

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

Shades of Lime Green #2FF449

Tints of Lime Green #2FF449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.03%

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

R = 12.91%
G = 67.03%
B = 20.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#2FF449 (or 0x2FF449) is known color: Lime Green. HEX triplet: 2F, F4 and 49. RGB value is (47,244,73). Sum of RGB (Red+Green+Blue) = 47+244+73=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF449 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF449 is #D00BB6. Grayscale: #A6A6A6. Windows color (decimal): -13634487 or 4846639. OLE color: 4846639.

HSL color Cylindrical-coordinate representation of color #2FF449: hue angle of 127.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF449 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 244 73 -
CMYK 0.81 0 0.70 0.04
HSL 127.92º 0.9% 0.57% -
HSV(B) 127.92º 0.81% 0.96% -
XYZ 34.73 65.79 17.17 -
YUV 165.6 75.73 43.4 -
System Red Green Blue C M Y K H S L
Decimal 47 244 73 0.81 0 0.70 0.04 127.92 0.9 0.57
Hex 2F F4 49 51 0 46 4 80 5A 39
Octal 57 364 111 121 0 106 4 200 132 71
Binary 101111 11110100 1001001 1010001 0 1000110 100 10000000 1011010 111001

Color Harmonies of #2FF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF449

Black with #2FF449

Text Example


Text Example

White with #2FF449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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