Html Css Color HEX #2FD913 Lime Green

📋 copy color: '#2FD913'

red 47 ◦ green 217 ◦ blue 19

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

Shades of Lime Green #2FD913

Tints of Lime Green #2FD913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.68%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 16.61%
G = 76.68%
B = 6.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2FD913 (or 0x2FD913) is known color: Lime Green. HEX triplet: 2F, D9 and 13. RGB value is (47,217,19). Sum of RGB (Red+Green+Blue) = 47+217+19=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD913 is #D026EC. Grayscale: #909090. Windows color (decimal): -13641453 or 1300783. OLE color: 1300783.

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

Color convert

RGB 47 217 19 -
CMYK 0.78 0 0.91 0.15
HSL 111.52º 0.84% 0.46% -
HSV(B) 111.52º 0.91% 0.85% -
XYZ 26.1 50.28 8.94 -
YUV 143.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 47 217 19 0.78 0 0.91 0.15 111.52 0.84 0.46
Hex 2F D9 13 4E 0 5B F 70 54 2E
Octal 57 331 23 116 0 133 17 160 124 56
Binary 101111 11011001 10011 1001110 0 1011011 1111 1110000 1010100 101110

Color Harmonies of #2FD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD913

Black with #2FD913

Text Example


Text Example

White with #2FD913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,19); }

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

background-color css

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

 a { background-color: rgb(47,217,19); }

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

border-color css

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

 span { border-color: rgb(47,217,19); }

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