#2DE138

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

Shades of Lime Green #2DE138

Tints of Lime Green #2DE138

Color information

#2DE138 (or 0x2DE138) is unknown color: approx Lime Green. HEX triplet: 2D, E1 and 38. RGB value is (45,225,56). Sum of RGB (Red+Green+Blue) = 45+225+56=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE138 is #D21EC7. Grayscale: #989898. Windows color (decimal): -13770440 or 3727661. OLE color: 3727661.

HSL color Cylindrical-coordinate representation of color #2DE138: hue angle of 123.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE138 is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB4522556-
CMYK0.800.750.12
HSL123.67º75%52.94%-
HSV(B)123.67º80%88.24%-
XYZ28.7254.6912.78-
YUV151.9173.8751.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 225 (88.28% from 255) = 69.02%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=13.80%
G=69.02%
B=17.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45225560.800.750.12123.677552.94
Hex2DE1385004BC7c4b35
Octal553417012001131417411365
Binary10110111100001111000101000001001011110011111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,225,56); }

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

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

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

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

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

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

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