#2dce2d

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

Shades of Lime Green #2DCE2D

Tints of Lime Green #2DCE2D

Color information

#2DCE2D (or 0x2DCE2D) is unknown color: approx Lime Green. HEX triplet: 2D, CE and 2D. RGB value is (45,206,45). Sum of RGB (Red+Green+Blue) = 45+206+45=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE2D is #D231D2. Grayscale: #8B8B8B. Windows color (decimal): -13775315 or 3001901. OLE color: 3001901.

HSL color Cylindrical-coordinate representation of color #2DCE2D: hue angle of 120º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE2D is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB4520645-
CMYK0.7800.780.19
HSL120º64.14%49.22%-
HSV(B)120º78.16%80.78%-
XYZ23.6344.899.9-
YUV139.5174.6660.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.20%
GREEN value IS 206 (80.86% from 255) = 69.59%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=15.20%
G=69.59%
B=15.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45206450.7800.780.1912064.1449.22
Hex2DCE2D4E04E13784031
Octal553165511601162317010061
Binary101101110011101011011001110010011101001111110001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dce2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,45); }

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

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

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

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

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

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

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