#2FD617

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

Shades of Lime Green #2FD617

Tints of Lime Green #2FD617

Color information

#2FD617 (or 0x2FD617) is unknown color: approx Lime Green. HEX triplet: 2F, D6 and 17. RGB value is (47,214,23). Sum of RGB (Red+Green+Blue) = 47+214+23=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD617 is #D029E8. Grayscale: #8E8E8E. Windows color (decimal): -13642217 or 1562159. OLE color: 1562159.

HSL color Cylindrical-coordinate representation of color #2FD617: hue angle of 112.46º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FD617 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB4721423-
CMYK0.7800.890.16
HSL112.46º80.59%46.47%-
HSV(B)112.46º89.25%83.92%-
XYZ25.3748.768.88-
YUV142.2960.6760.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 214 (83.98% from 255) = 75.35%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=16.55%
G=75.35%
B=8.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal47214230.7800.890.16112.4680.5946.47
Hex2FD6174E0591070512e
Octal573262711601312016012156
Binary10111111010110101111001110010110011000011100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,214,23); }

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

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

 a { background-color: rgb(47,214,23); }

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

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

 span { border-color: rgb(47,214,23); }

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