Html Css Color HEX #2FCC49 Lime Green

📋 copy color: '#2FCC49'

red 47 ◦ green 204 ◦ blue 73

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

Shades of Lime Green #2FCC49

Tints of Lime Green #2FCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.96%

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

R = 14.51%
G = 62.96%
B = 22.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#2FCC49 (or 0x2FCC49) is known color: Lime Green. HEX triplet: 2F, CC and 49. RGB value is (47,204,73). Sum of RGB (Red+Green+Blue) = 47+204+73=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC49 is #D033B6. Grayscale: #8E8E8E. Windows color (decimal): -13644727 or 4836399. OLE color: 4836399.

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

Color convert

RGB 47 204 73 -
CMYK 0.77 0 0.64 0.2
HSL 129.94º 0.63% 0.49% -
HSV(B) 129.94º 0.77% 0.8% -
XYZ 23.97 44.27 13.59 -
YUV 142.12 88.99 60.15 -
System Red Green Blue C M Y K H S L
Decimal 47 204 73 0.77 0 0.64 0.2 129.94 0.63 0.49
Hex 2F CC 49 4D 0 40 14 82 3F 31
Octal 57 314 111 115 0 100 24 202 77 61
Binary 101111 11001100 1001001 1001101 0 1000000 10100 10000010 111111 110001

Color Harmonies of #2FCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC49

Black with #2FCC49

Text Example


Text Example

White with #2FCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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