#2deb42

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

Shades of Lime Green #2DEB42

Tints of Lime Green #2DEB42

Color information

#2DEB42 (or 0x2DEB42) is unknown color: approx Lime Green. HEX triplet: 2D, EB and 42. RGB value is (45,235,66). Sum of RGB (Red+Green+Blue) = 45+235+66=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEB42 is #D214BD. Grayscale: #9F9F9F. Windows color (decimal): -13767870 or 4385581. OLE color: 4385581.

HSL color Cylindrical-coordinate representation of color #2DEB42: hue angle of 126.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEB42 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB4523566-
CMYK0.8100.720.08
HSL126.63º82.61%54.9%-
HSV(B)126.63º80.85%92.16%-
XYZ31.7760.3715.13-
YUV158.9275.5546.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.01%
GREEN value IS 235 (92.19% from 255) = 67.92%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=13.01%
G=67.92%
B=19.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal45235660.8100.720.08126.6382.6154.9
Hex2DEB425104887f5337
Octal5535310212101101017712367
Binary101101111010111000010101000101001000100011111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2deb42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,235,66); }

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

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

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

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

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

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

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