Html Css Color HEX #2FC447 Lime Green

📋 copy color: '#2FC447'

red 47 ◦ green 196 ◦ blue 71

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

Shades of Lime Green #2FC447

Tints of Lime Green #2FC447

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.42%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 14.97%
G = 62.42%
B = 22.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#2FC447 (or 0x2FC447) is known color: Lime Green. HEX triplet: 2F, C4 and 47. RGB value is (47,196,71). Sum of RGB (Red+Green+Blue) = 47+196+71=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC447 is #D03BB8. Grayscale: #898989. Windows color (decimal): -13646777 or 4703279. OLE color: 4703279.

HSL color Cylindrical-coordinate representation of color #2FC447: hue angle of 129.66º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC447 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 196 71 -
CMYK 0.76 0 0.64 0.23
HSL 129.66º 0.61% 0.48% -
HSV(B) 129.66º 0.76% 0.77% -
XYZ 22.05 40.54 12.62 -
YUV 137.2 90.64 63.66 -
System Red Green Blue C M Y K H S L
Decimal 47 196 71 0.76 0 0.64 0.23 129.66 0.61 0.48
Hex 2F C4 47 4C 0 40 17 82 3D 30
Octal 57 304 107 114 0 100 27 202 75 60
Binary 101111 11000100 1000111 1001100 0 1000000 10111 10000010 111101 110000

Color Harmonies of #2FC447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC447

Black with #2FC447

Text Example


Text Example

White with #2FC447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,71); }

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

background-color css

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

 a { background-color: rgb(47,196,71); }

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

border-color css

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

 span { border-color: rgb(47,196,71); }

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