#2DDF1E

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

Shades of Lime Green #2DDF1E

Tints of Lime Green #2DDF1E

Color information

#2DDF1E (or 0x2DDF1E) is unknown color: approx Lime Green. HEX triplet: 2D, DF and 1E. RGB value is (45,223,30). Sum of RGB (Red+Green+Blue) = 45+223+30=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF1E is #D220E1. Grayscale: #949494. Windows color (decimal): -13770978 or 2023213. OLE color: 2023213.

HSL color Cylindrical-coordinate representation of color #2DDF1E: hue angle of 115.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DDF1E is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB4522330-
CMYK0.8000.870.13
HSL115.34º76.28%49.61%-
HSV(B)115.34º86.55%87.45%-
XYZ27.753.4310.08-
YUV147.7861.5354.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 223 (87.5% from 255) = 74.83%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=15.10%
G=74.83%
B=10.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal45223300.8000.870.13115.3476.2849.61
Hex2DDF1E50057D734c32
Octal553373612001271516311462
Binary1011011101111111110101000001010111110111100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,223,30); }

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

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

 a { background-color: rgb(45,223,30); }

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

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

 span { border-color: rgb(45,223,30); }

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