#2dce36

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

Shades of Lime Green #2DCE36

Tints of Lime Green #2DCE36

Color information

#2DCE36 (or 0x2DCE36) is unknown color: approx Lime Green. HEX triplet: 2D, CE and 36. RGB value is (45,206,54). Sum of RGB (Red+Green+Blue) = 45+206+54=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE36 is #D231C9. Grayscale: #8C8C8C. Windows color (decimal): -13775306 or 3591725. OLE color: 3591725.

HSL color Cylindrical-coordinate representation of color #2DCE36: hue angle of 123.35º 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 #2DCE36 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB4520654-
CMYK0.7800.740.19
HSL123.35º64.14%49.22%-
HSV(B)123.35º78.16%80.78%-
XYZ23.8244.9710.91-
YUV140.5379.1659.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.75%
GREEN value IS 206 (80.86% from 255) = 67.54%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=14.75%
G=67.54%
B=17.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45206540.7800.740.19123.3564.1449.22
Hex2DCE364E04A137b4031
Octal553166611601122317310061
Binary101101110011101101101001110010010101001111110111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dce36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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