Html Css Color HEX #2FCA49 Lime Green

📋 copy color: '#2FCA49'

red 47 ◦ green 202 ◦ blue 73

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

Shades of Lime Green #2FCA49

Tints of Lime Green #2FCA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.73%

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

R = 14.6%
G = 62.73%
B = 22.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#2FCA49 (or 0x2FCA49) is known color: Lime Green. HEX triplet: 2F, CA and 49. RGB value is (47,202,73). Sum of RGB (Red+Green+Blue) = 47+202+73=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA49 is #D035B6. Grayscale: #8D8D8D. Windows color (decimal): -13645239 or 4835887. OLE color: 4835887.

HSL color Cylindrical-coordinate representation of color #2FCA49: hue angle of 130.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCA49 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 73 -
CMYK 0.77 0 0.64 0.21
HSL 130.06º 0.62% 0.49% -
HSV(B) 130.06º 0.77% 0.79% -
XYZ 23.5 43.33 13.43 -
YUV 140.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 47 202 73 0.77 0 0.64 0.21 130.06 0.62 0.49
Hex 2F CA 49 4D 0 40 15 82 3E 31
Octal 57 312 111 115 0 100 25 202 76 61
Binary 101111 11001010 1001001 1001101 0 1000000 10101 10000010 111110 110001

Color Harmonies of #2FCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA49

Black with #2FCA49

Text Example


Text Example

White with #2FCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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