Html Css Color HEX #2FC914 Lime Green

📋 copy color: '#2FC914'

red 47 ◦ green 201 ◦ blue 20

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

Shades of Lime Green #2FC914

Tints of Lime Green #2FC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 75%

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

R = 17.54%
G = 75%
B = 7.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#2FC914 (or 0x2FC914) is known color: Lime Green. HEX triplet: 2F, C9 and 14. RGB value is (47,201,20). Sum of RGB (Red+Green+Blue) = 47+201+20=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC914 is #D036EB. Grayscale: #868686. Windows color (decimal): -13645548 or 1362223. OLE color: 1362223.

HSL color Cylindrical-coordinate representation of color #2FC914: hue angle of 111.05º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC914 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 20 -
CMYK 0.77 0 0.90 0.21
HSL 111.05º 0.82% 0.43% -
HSV(B) 111.05º 0.9% 0.79% -
XYZ 22.19 42.43 7.68 -
YUV 134.32 63.48 65.72 -
System Red Green Blue C M Y K H S L
Decimal 47 201 20 0.77 0 0.90 0.21 111.05 0.82 0.43
Hex 2F C9 14 4D 0 5A 15 6F 52 2B
Octal 57 311 24 115 0 132 25 157 122 53
Binary 101111 11001001 10100 1001101 0 1011010 10101 1101111 1010010 101011

Color Harmonies of #2FC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC914

Black with #2FC914

Text Example


Text Example

White with #2FC914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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