#2DCE2E

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

Shades of Lime Green #2DCE2E

Tints of Lime Green #2DCE2E

Color information

#2DCE2E (or 0x2DCE2E) is unknown color: approx Lime Green. HEX triplet: 2D, CE and 2E. RGB value is (45,206,46). Sum of RGB (Red+Green+Blue) = 45+206+46=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 206 (80.86% from 255 or 69.36% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE2E is #D231D1. Grayscale: #8C8C8C. Windows color (decimal): -13775314 or 3067437. OLE color: 3067437.

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

Color convert

RGB4520646-
CMYK0.7800.780.19
HSL120.37º64.14%49.22%-
HSV(B)120.37º78.16%80.78%-
XYZ23.6544.910-
YUV139.6275.1660.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 206 (80.86% from 255) = 69.36%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=15.15%
G=69.36%
B=15.49%

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
Decimal45206460.7800.780.19120.3764.1449.22
Hex2DCE2E4E04E13784031
Octal553165611601162317010061
Binary101101110011101011101001110010011101001111110001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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