#2DDF1A

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

Shades of Lime Green #2DDF1A

Tints of Lime Green #2DDF1A

Color information

#2DDF1A (or 0x2DDF1A) is unknown color: approx Lime Green. HEX triplet: 2D, DF and 1A. RGB value is (45,223,26). Sum of RGB (Red+Green+Blue) = 45+223+26=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF1A is #D220E5. Grayscale: #939393. Windows color (decimal): -13770982 or 1761069. OLE color: 1761069.

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

Color convert

RGB4522326-
CMYK0.8000.880.13
HSL114.21º79.12%48.82%-
HSV(B)114.21º88.34%87.45%-
XYZ27.6653.419.83-
YUV147.3259.5355.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 223 (87.5% from 255) = 75.85%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=15.31%
G=75.85%
B=8.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal45223260.8000.880.13114.2179.1248.82
Hex2DDF1A50058D724f31
Octal553373212001301516211761
Binary1011011101111111010101000001011000110111100101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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