#2DD617

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

Shades of Lime Green #2DD617

Tints of Lime Green #2DD617

Color information

#2DD617 (or 0x2DD617) is unknown color: approx Lime Green. HEX triplet: 2D, D6 and 17. RGB value is (45,214,23). Sum of RGB (Red+Green+Blue) = 45+214+23=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD617 is #D229E8. Grayscale: #8E8E8E. Windows color (decimal): -13773289 or 1562157. OLE color: 1562157.

HSL color Cylindrical-coordinate representation of color #2DD617: hue angle of 113.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DD617 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB4521423-
CMYK0.7900.890.16
HSL113.09º80.59%46.47%-
HSV(B)113.09º89.25%83.92%-
XYZ25.2848.718.88-
YUV141.761.0159.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 214 (83.98% from 255) = 75.89%
BLUE value IS 23 (9.38% from 255) = 8.16%
R=15.96%
G=75.89%
B=8.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal45214230.7900.890.16113.0980.5946.47
Hex2DD6174F0591071512e
Octal553262711701312016112156
Binary10110111010110101111001111010110011000011100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,214,23); }

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

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

 a { background-color: rgb(45,214,23); }

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

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

 span { border-color: rgb(45,214,23); }

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