#2DDF1B

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

Shades of Lime Green #2DDF1B

Tints of Lime Green #2DDF1B

Color information

#2DDF1B (or 0x2DDF1B) is unknown color: approx Lime Green. HEX triplet: 2D, DF and 1B. RGB value is (45,223,27). Sum of RGB (Red+Green+Blue) = 45+223+27=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF1B is #D220E4. Grayscale: #949494. Windows color (decimal): -13770981 or 1826605. OLE color: 1826605.

HSL color Cylindrical-coordinate representation of color #2DDF1B: hue angle of 114.49º degrees, saturation: 0.78, 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 #2DDF1B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB4522327-
CMYK0.8000.880.13
HSL114.49º78.4%49.02%-
HSV(B)114.49º87.89%87.45%-
XYZ27.6753.419.89-
YUV147.4360.0354.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.25%
GREEN value IS 223 (87.5% from 255) = 75.59%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=15.25%
G=75.59%
B=9.15%

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
Decimal45223270.8000.880.13114.4978.449.02
Hex2DDF1B50058D724e31
Octal553373312001301516211661
Binary1011011101111111011101000001011000110111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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