#2DD814

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

Shades of Lime Green #2DD814

Tints of Lime Green #2DD814

Color information

#2DD814 (or 0x2DD814) is unknown color: approx Lime Green. HEX triplet: 2D, D8 and 14. RGB value is (45,216,20). Sum of RGB (Red+Green+Blue) = 45+216+20=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD814 is #D227EB. Grayscale: #8F8F8F. Windows color (decimal): -13772780 or 1366061. OLE color: 1366061.

HSL color Cylindrical-coordinate representation of color #2DD814: hue angle of 112.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DD814 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB4521620-
CMYK0.7900.910.15
HSL112.35º83.05%46.27%-
HSV(B)112.35º90.74%84.71%-
XYZ25.7649.728.9-
YUV142.5358.8558.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 216 (84.77% from 255) = 76.87%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=16.01%
G=76.87%
B=7.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal45216200.7900.910.15112.3583.0546.27
Hex2DD8144F05BF70532e
Octal553302411701331716012356
Binary1011011101100010100100111101011011111111100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,216,20); }

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

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

 a { background-color: rgb(45,216,20); }

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

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

 span { border-color: rgb(45,216,20); }

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