#2CC42E

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

Shades of Lime Green #2CC42E

Tints of Lime Green #2CC42E

Color information

#2CC42E (or 0x2CC42E) is unknown color: approx Lime Green. HEX triplet: 2C, C4 and 2E. RGB value is (44,196,46). Sum of RGB (Red+Green+Blue) = 44+196+46=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC42E is #D33BD1. Grayscale: #858585. Windows color (decimal): -13843410 or 3064876. OLE color: 3064876.

HSL color Cylindrical-coordinate representation of color #2CC42E: hue angle of 120.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC42E is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB4419646-
CMYK0.7800.770.23
HSL120.79º63.33%47.06%-
HSV(B)120.79º77.55%76.86%-
XYZ21.2740.219.23-
YUV133.4578.6464.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 196 (76.95% from 255) = 68.53%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=15.38%
G=68.53%
B=16.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal44196460.7800.770.23120.7963.3347.06
Hex2CC42E4E04D17793f2f
Octal54304561160115271717757
Binary10110011000100101110100111001001101101111111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,196,46); }

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

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

 a { background-color: rgb(44,196,46); }

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

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

 span { border-color: rgb(44,196,46); }

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