#2CC727

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

Shades of Lime Green #2CC727

Tints of Lime Green #2CC727

Color information

#2CC727 (or 0x2CC727) is unknown color: approx Lime Green. HEX triplet: 2C, C7 and 27. RGB value is (44,199,39). Sum of RGB (Red+Green+Blue) = 44+199+39=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC727 is #D338D8. Grayscale: #868686. Windows color (decimal): -13842649 or 2606892. OLE color: 2606892.

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

Color convert

RGB4419939-
CMYK0.7800.800.22
HSL118.12º67.23%46.67%-
HSV(B)118.12º80.4%78.04%-
XYZ21.8341.538.78-
YUV134.4274.1563.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 199 (78.12% from 255) = 70.57%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=15.60%
G=70.57%
B=13.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44199390.7800.800.22118.1267.2346.67
Hex2CC7274E0501676432f
Octal543074711601202616610357
Binary101100110001111001111001110010100001011011101101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,199,39); }

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

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

 a { background-color: rgb(44,199,39); }

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

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

 span { border-color: rgb(44,199,39); }

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