Html Css Color HEX #2FD80D Lime Green

📋 copy color: '#2FD80D'

red 47 ◦ green 216 ◦ blue 13

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

Shades of Lime Green #2FD80D

Tints of Lime Green #2FD80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 17.03%
G = 78.26%
B = 4.71%

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

#2FD80D (or 0x2FD80D) is known color: Lime Green. HEX triplet: 2F, D8 and 0D. RGB value is (47,216,13). Sum of RGB (Red+Green+Blue) = 47+216+13=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD80D is #D027F2. Grayscale: #8E8E8E. Windows color (decimal): -13641715 or 907311. OLE color: 907311.

HSL color Cylindrical-coordinate representation of color #2FD80D: hue angle of 109.95º 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 #2FD80D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 13 -
CMYK 0.78 0 0.94 0.15
HSL 109.95º 0.89% 0.45% -
HSV(B) 109.95º 0.94% 0.85% -
XYZ 25.8 49.75 8.62 -
YUV 142.33 55.01 60.01 -
System Red Green Blue C M Y K H S L
Decimal 47 216 13 0.78 0 0.94 0.15 109.95 0.89 0.45
Hex 2F D8 D 4E 0 5E F 6E 59 2D
Octal 57 330 15 116 0 136 17 156 131 55
Binary 101111 11011000 1101 1001110 0 1011110 1111 1101110 1011001 101101

Color Harmonies of #2FD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD80D

Black with #2FD80D

Text Example


Text Example

White with #2FD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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