#2cc917

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

Shades of Lime Green #2CC917

Tints of Lime Green #2CC917

Color information

#2CC917 (or 0x2CC917) is unknown color: approx Lime Green. HEX triplet: 2C, C9 and 17. RGB value is (44,201,23). Sum of RGB (Red+Green+Blue) = 44+201+23=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC917 is #D336E8. Grayscale: #868686. Windows color (decimal): -13842153 or 1558828. OLE color: 1558828.

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

Color convert

RGB4420123-
CMYK0.7800.890.21
HSL112.92º79.46%43.92%-
HSV(B)112.92º88.56%78.82%-
XYZ22.0842.377.83-
YUV133.7665.4963.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 201 (78.91% from 255) = 75%
BLUE value IS 23 (9.38% from 255) = 8.58%
R=16.42%
G=75%
B=8.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44201230.7800.890.21112.9279.4643.92
Hex2CC9174E05915714f2c
Octal543112711601312516111754
Binary10110011001001101111001110010110011010111100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,201,23); }

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

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

 a { background-color: rgb(44,201,23); }

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

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

 span { border-color: rgb(44,201,23); }

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

cancel