#2CC62A

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

Shades of Lime Green #2CC62A

Tints of Lime Green #2CC62A

Color information

#2CC62A (or 0x2CC62A) is unknown color: approx Lime Green. HEX triplet: 2C, C6 and 2A. RGB value is (44,198,42). Sum of RGB (Red+Green+Blue) = 44+198+42=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 198 (77.73% from 255 or 69.72% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC62A is #D339D5. Grayscale: #868686. Windows color (decimal): -13842902 or 2803244. OLE color: 2803244.

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

Color convert

RGB4419842-
CMYK0.7800.790.22
HSL119.23º65%47.06%-
HSV(B)119.23º78.79%77.65%-
XYZ21.6541.098.98-
YUV134.1775.9863.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 198 (77.73% from 255) = 69.72%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=15.49%
G=69.72%
B=14.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44198420.7800.790.22119.236547.06
Hex2CC62A4E04F1677412f
Octal543065211601172616710157
Binary101100110001101010101001110010011111011011101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,198,42); }

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

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

 a { background-color: rgb(44,198,42); }

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

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

 span { border-color: rgb(44,198,42); }

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