Html Css Color HEX #2FC14E Lime Green

📋 copy color: '#2FC14E'

red 47 ◦ green 193 ◦ blue 78

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

Shades of Lime Green #2FC14E

Tints of Lime Green #2FC14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.69%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 14.78%
G = 60.69%
B = 24.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#2FC14E (or 0x2FC14E) is known color: Lime Green. HEX triplet: 2F, C1 and 4E. RGB value is (47,193,78). Sum of RGB (Red+Green+Blue) = 47+193+78=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC14E is #D03EB1. Grayscale: #888888. Windows color (decimal): -13647538 or 5161263. OLE color: 5161263.

HSL color Cylindrical-coordinate representation of color #2FC14E: hue angle of 132.74º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC14E is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 78 -
CMYK 0.76 0 0.60 0.24
HSL 132.74º 0.61% 0.47% -
HSV(B) 132.74º 0.76% 0.76% -
XYZ 21.62 39.29 13.65 -
YUV 136.24 95.13 64.35 -
System Red Green Blue C M Y K H S L
Decimal 47 193 78 0.76 0 0.60 0.24 132.74 0.61 0.47
Hex 2F C1 4E 4C 0 3C 18 85 3D 2F
Octal 57 301 116 114 0 74 30 205 75 57
Binary 101111 11000001 1001110 1001100 0 111100 11000 10000101 111101 101111

Color Harmonies of #2FC14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC14E

Black with #2FC14E

Text Example


Text Example

White with #2FC14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,193,78); }

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

background-color css

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

 a { background-color: rgb(47,193,78); }

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

border-color css

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

 span { border-color: rgb(47,193,78); }

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