Html Css Color HEX #2FDC3F Lime Green

📋 copy color: '#2FDC3F'

red 47 ◦ green 220 ◦ blue 63

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

Shades of Lime Green #2FDC3F

Tints of Lime Green #2FDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.67%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 14.24%
G = 66.67%
B = 19.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#2FDC3F (or 0x2FDC3F) is known color: Lime Green. HEX triplet: 2F, DC and 3F. RGB value is (47,220,63). Sum of RGB (Red+Green+Blue) = 47+220+63=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC3F is #D023C0. Grayscale: #969696. Windows color (decimal): -13640641 or 4185135. OLE color: 4185135.

HSL color Cylindrical-coordinate representation of color #2FDC3F: hue angle of 125.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC3F is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 63 -
CMYK 0.79 0 0.71 0.14
HSL 125.55º 0.71% 0.52% -
HSV(B) 125.55º 0.79% 0.86% -
XYZ 27.66 52.15 13.31 -
YUV 150.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 47 220 63 0.79 0 0.71 0.14 125.55 0.71 0.52
Hex 2F DC 3F 4F 0 47 E 7E 47 34
Octal 57 334 77 117 0 107 16 176 107 64
Binary 101111 11011100 111111 1001111 0 1000111 1110 1111110 1000111 110100

Color Harmonies of #2FDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC3F

Black with #2FDC3F

Text Example


Text Example

White with #2FDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,63); }

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

background-color css

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

 a { background-color: rgb(47,220,63); }

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

border-color css

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

 span { border-color: rgb(47,220,63); }

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