Html Css Color HEX #2FD80C Lime Green

📋 copy color: '#2FD80C'

red 47 ◦ green 216 ◦ blue 12

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

Shades of Lime Green #2FD80C

Tints of Lime Green #2FD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.55%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 17.09%
G = 78.55%
B = 4.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#2FD80C (or 0x2FD80C) is known color: Lime Green. HEX triplet: 2F, D8 and 0C. RGB value is (47,216,12). Sum of RGB (Red+Green+Blue) = 47+216+12=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD80C is #D027F3. Grayscale: #8E8E8E. Windows color (decimal): -13641716 or 841775. OLE color: 841775.

HSL color Cylindrical-coordinate representation of color #2FD80C: hue angle of 109.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD80C is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 12 -
CMYK 0.78 0 0.94 0.15
HSL 109.71º 0.89% 0.45% -
HSV(B) 109.71º 0.94% 0.85% -
XYZ 25.79 49.74 8.59 -
YUV 142.21 54.51 60.09 -
System Red Green Blue C M Y K H S L
Decimal 47 216 12 0.78 0 0.94 0.15 109.71 0.89 0.45
Hex 2F D8 C 4E 0 5E F 6E 59 2D
Octal 57 330 14 116 0 136 17 156 131 55
Binary 101111 11011000 1100 1001110 0 1011110 1111 1101110 1011001 101101

Color Harmonies of #2FD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD80C

Black with #2FD80C

Text Example


Text Example

White with #2FD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,216,12); }

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

background-color css

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

 a { background-color: rgb(47,216,12); }

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

border-color css

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

 span { border-color: rgb(47,216,12); }

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