#2FD11E

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

Shades of Lime Green #2FD11E

Tints of Lime Green #2FD11E

Color information

#2FD11E (or 0x2FD11E) is unknown color: approx Lime Green. HEX triplet: 2F, D1 and 1E. RGB value is (47,209,30). Sum of RGB (Red+Green+Blue) = 47+209+30=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 209 (82.03% from 255 or 73.08% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD11E is #D02EE1. Grayscale: #8C8C8C. Windows color (decimal): -13643490 or 2019631. OLE color: 2019631.

HSL color Cylindrical-coordinate representation of color #2FD11E: hue angle of 114.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FD11E is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB4720930-
CMYK0.7800.860.18
HSL114.3º74.9%46.86%-
HSV(B)114.3º85.65%81.96%-
XYZ24.2146.38.89-
YUV140.1665.8361.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 209 (82.03% from 255) = 73.08%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=16.43%
G=73.08%
B=10.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal47209300.7800.860.18114.374.946.86
Hex2FD11E4E05612724b2f
Octal573213611601262216211357
Binary10111111010001111101001110010101101001011100101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,209,30); }

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

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

 a { background-color: rgb(47,209,30); }

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

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

 span { border-color: rgb(47,209,30); }

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