Html Css Color HEX #2FDA14 Lime Green

📋 copy color: '#2FDA14'

red 47 ◦ green 218 ◦ blue 20

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

Shades of Lime Green #2FDA14

Tints of Lime Green #2FDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.49%

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

R = 16.49%
G = 76.49%
B = 7.02%

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

#2FDA14 (or 0x2FDA14) is known color: Lime Green. HEX triplet: 2F, DA and 14. RGB value is (47,218,20). Sum of RGB (Red+Green+Blue) = 47+218+20=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA14 is #D025EB. Grayscale: #909090. Windows color (decimal): -13641196 or 1366575. OLE color: 1366575.

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

Color convert

RGB 47 218 20 -
CMYK 0.78 0 0.91 0.15
HSL 111.82º 0.83% 0.47% -
HSV(B) 111.82º 0.91% 0.85% -
XYZ 26.37 50.8 9.08 -
YUV 144.3 57.85 58.6 -
System Red Green Blue C M Y K H S L
Decimal 47 218 20 0.78 0 0.91 0.15 111.82 0.83 0.47
Hex 2F DA 14 4E 0 5B F 70 53 2F
Octal 57 332 24 116 0 133 17 160 123 57
Binary 101111 11011010 10100 1001110 0 1011011 1111 1110000 1010011 101111

Color Harmonies of #2FDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA14

Black with #2FDA14

Text Example


Text Example

White with #2FDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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