#2FDA1D

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

Shades of Lime Green #2FDA1D

Tints of Lime Green #2FDA1D

Color information

#2FDA1D (or 0x2FDA1D) is unknown color: approx Lime Green. HEX triplet: 2F, DA and 1D. RGB value is (47,218,29). Sum of RGB (Red+Green+Blue) = 47+218+29=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA1D is #D025E2. Grayscale: #919191. Windows color (decimal): -13641187 or 1956399. OLE color: 1956399.

HSL color Cylindrical-coordinate representation of color #2FDA1D: hue angle of 114.29º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FDA1D is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB4721829-
CMYK0.7800.870.15
HSL114.29º76.52%48.43%-
HSV(B)114.29º86.7%85.49%-
XYZ26.4750.849.58-
YUV145.3362.3557.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 218 (85.55% from 255) = 74.15%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=15.99%
G=74.15%
B=9.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal47218290.7800.870.15114.2976.5248.43
Hex2FDA1D4E057F724d30
Octal573323511601271716211560
Binary1011111101101011101100111001010111111111100101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,218,29); }

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

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

 a { background-color: rgb(47,218,29); }

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

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

 span { border-color: rgb(47,218,29); }

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