#2CC32F

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

Shades of Lime Green #2CC32F

Tints of Lime Green #2CC32F

Color information

#2CC32F (or 0x2CC32F) is unknown color: approx Lime Green. HEX triplet: 2C, C3 and 2F. RGB value is (44,195,47). Sum of RGB (Red+Green+Blue) = 44+195+47=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC32F is #D33CD0. Grayscale: #858585. Windows color (decimal): -13843665 or 3130156. OLE color: 3130156.

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

Color convert

RGB4419547-
CMYK0.7700.760.24
HSL121.19º63.18%46.86%-
HSV(B)121.19º77.44%76.47%-
XYZ21.0739.779.26-
YUV132.9879.4764.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 195 (76.56% from 255) = 68.18%
BLUE value IS 47 (18.75% from 255) = 16.43%
R=15.38%
G=68.18%
B=16.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44195470.7700.760.24121.1963.1846.86
Hex2CC32F4D04C18793f2f
Octal54303571150114301717757
Binary10110011000011101111100110101001100110001111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,195,47); }

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

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

 a { background-color: rgb(44,195,47); }

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

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

 span { border-color: rgb(44,195,47); }

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