Html Css Color HEX #2FD514 Lime Green

📋 copy color: '#2FD514'

red 47 ◦ green 213 ◦ blue 20

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

Shades of Lime Green #2FD514

Tints of Lime Green #2FD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.07%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 16.79%
G = 76.07%
B = 7.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2FD514 (or 0x2FD514) is known color: Lime Green. HEX triplet: 2F, D5 and 14. RGB value is (47,213,20). Sum of RGB (Red+Green+Blue) = 47+213+20=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 213 (83.59% from 255 or 76.07% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD514 is #D02AEB. Grayscale: #8D8D8D. Windows color (decimal): -13642476 or 1365295. OLE color: 1365295.

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

Color convert

RGB 47 213 20 -
CMYK 0.78 0 0.91 0.16
HSL 111.61º 0.83% 0.46% -
HSV(B) 111.61º 0.91% 0.84% -
XYZ 25.09 48.24 8.65 -
YUV 141.36 59.5 60.69 -
System Red Green Blue C M Y K H S L
Decimal 47 213 20 0.78 0 0.91 0.16 111.61 0.83 0.46
Hex 2F D5 14 4E 0 5B 10 70 53 2E
Octal 57 325 24 116 0 133 20 160 123 56
Binary 101111 11010101 10100 1001110 0 1011011 10000 1110000 1010011 101110

Color Harmonies of #2FD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD514

Black with #2FD514

Text Example


Text Example

White with #2FD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,20); }

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

background-color css

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

 a { background-color: rgb(47,213,20); }

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

border-color css

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

 span { border-color: rgb(47,213,20); }

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