Html Css Color HEX #2FC748 Lime Green

📋 copy color: '#2FC748'

red 47 ◦ green 199 ◦ blue 72

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

Shades of Lime Green #2FC748

Tints of Lime Green #2FC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.58%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 14.78%
G = 62.58%
B = 22.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#2FC748 (or 0x2FC748) is known color: Lime Green. HEX triplet: 2F, C7 and 48. RGB value is (47,199,72). Sum of RGB (Red+Green+Blue) = 47+199+72=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 199 (78.12% from 255 or 62.58% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC748 is #D038B7. Grayscale: #8B8B8B. Windows color (decimal): -13646008 or 4769583. OLE color: 4769583.

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

Color convert

RGB 47 199 72 -
CMYK 0.76 0 0.64 0.22
HSL 129.87º 0.62% 0.48% -
HSV(B) 129.87º 0.76% 0.78% -
XYZ 22.77 41.92 13.02 -
YUV 139.07 90.14 62.33 -
System Red Green Blue C M Y K H S L
Decimal 47 199 72 0.76 0 0.64 0.22 129.87 0.62 0.48
Hex 2F C7 48 4C 0 40 16 82 3E 30
Octal 57 307 110 114 0 100 26 202 76 60
Binary 101111 11000111 1001000 1001100 0 1000000 10110 10000010 111110 110000

Color Harmonies of #2FC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC748

Black with #2FC748

Text Example


Text Example

White with #2FC748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,199,72); }

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

background-color css

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

 a { background-color: rgb(47,199,72); }

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

border-color css

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

 span { border-color: rgb(47,199,72); }

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