Html Css Color HEX #2FD649 Lime Green

📋 copy color: '#2FD649'

red 47 ◦ green 214 ◦ blue 73

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

Shades of Lime Green #2FD649

Tints of Lime Green #2FD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

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

R = 14.07%
G = 64.07%
B = 21.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#2FD649 (or 0x2FD649) is known color: Lime Green. HEX triplet: 2F, D6 and 49. RGB value is (47,214,73). Sum of RGB (Red+Green+Blue) = 47+214+73=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD649 is #D029B6. Grayscale: #949494. Windows color (decimal): -13642167 or 4838959. OLE color: 4838959.

HSL color Cylindrical-coordinate representation of color #2FD649: hue angle of 129.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD649 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 73 -
CMYK 0.78 0 0.66 0.16
HSL 129.34º 0.67% 0.51% -
HSV(B) 129.34º 0.78% 0.84% -
XYZ 26.42 49.18 14.4 -
YUV 147.99 85.67 55.96 -
System Red Green Blue C M Y K H S L
Decimal 47 214 73 0.78 0 0.66 0.16 129.34 0.67 0.51
Hex 2F D6 49 4E 0 42 10 81 43 33
Octal 57 326 111 116 0 102 20 201 103 63
Binary 101111 11010110 1001001 1001110 0 1000010 10000 10000001 1000011 110011

Color Harmonies of #2FD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD649

Black with #2FD649

Text Example


Text Example

White with #2FD649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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