#2FE14D

Color #2FE14D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2FE14D

Tints of Lime Green #2FE14D

Color information

#2FE14D (or 0x2FE14D) is unknown color: approx Lime Green. HEX triplet: 2F, E1 and 4D. RGB value is (47,225,77). Sum of RGB (Red+Green+Blue) = 47+225+77=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE14D is #D01EB2. Grayscale: #9B9B9B. Windows color (decimal): -13639347 or 5103919. OLE color: 5103919.

HSL color Cylindrical-coordinate representation of color #2FE14D: hue angle of 130.11º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE14D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB4722577-
CMYK0.7900.660.12
HSL130.11º74.79%53.33%-
HSV(B)130.11º79.11%88.24%-
XYZ29.4454.9916.08-
YUV154.9184.0351.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.47%
GREEN value IS 225 (88.28% from 255) = 64.47%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=13.47%
G=64.47%
B=22.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal47225770.7900.660.12130.1174.7953.33
Hex2FE14D4F042C824b35
Octal5734111511701021420211365
Binary1011111110000110011011001111010000101100100000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,225,77); }

 H1.HeaderClassName
 {
   color: #2FE14D;
 }
 .AnyTagClassName
 {
   color: #2FE14D;
 }
</style>
background-color css

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

 a { background-color: rgb(47,225,77); }

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

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

 span { border-color: rgb(47,225,77); }

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