#2ce245

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

Shades of Lime Green #2CE245

Tints of Lime Green #2CE245

Color information

#2CE245 (or 0x2CE245) is unknown color: approx Lime Green. HEX triplet: 2C, E2 and 45. RGB value is (44,226,69). Sum of RGB (Red+Green+Blue) = 44+226+69=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 226 (88.67% from 255 or 66.67% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE245 is #D31DBA. Grayscale: #9A9A9A. Windows color (decimal): -13835707 or 4579884. OLE color: 4579884.

HSL color Cylindrical-coordinate representation of color #2CE245: hue angle of 128.24º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE245 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB4422669-
CMYK0.8100.690.11
HSL128.24º75.83%52.94%-
HSV(B)128.24º80.53%88.63%-
XYZ29.3155.3614.77-
YUV153.6880.249.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.98%
GREEN value IS 226 (88.67% from 255) = 66.67%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=12.98%
G=66.67%
B=20.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal44226690.8100.690.11128.2475.8352.94
Hex2CE24551045B804c35
Octal5434210512101051320011465
Binary1011001110001010001011010001010001011011100000001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ce245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,226,69); }

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

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

 a { background-color: rgb(44,226,69); }

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

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

 span { border-color: rgb(44,226,69); }

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