#3CC429

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

Shades of Lime Green #3CC429

Tints of Lime Green #3CC429

Color information

#3CC429 (or 0x3CC429) is unknown color: approx Lime Green. HEX triplet: 3C, C4 and 29. RGB value is (60,196,41). Sum of RGB (Red+Green+Blue) = 60+196+41=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC429 is #C33BD6. Grayscale: #8A8A8A. Windows color (decimal): -12794839 or 2737212. OLE color: 2737212.

HSL color Cylindrical-coordinate representation of color #3CC429: hue angle of 112.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CC429 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB6019641-
CMYK0.6900.790.23
HSL112.65º65.4%46.47%-
HSV(B)112.65º79.08%76.86%-
XYZ2240.68.77-
YUV137.6773.4472.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 196 (76.95% from 255) = 65.99%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=20.20%
G=65.99%
B=13.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60196410.6900.790.23112.6565.446.47
Hex3CC4294504F1771412e
Octal743045110501172716110156
Binary111100110001001010011000101010011111011111100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC429; }

 p { color: rgb(60,196,41); }

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

<style>
 a { background-color: #3CC429; }

 a { background-color: rgb(60,196,41); }

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

<style>
 span { border-color: #3CC429; }

 span { border-color: rgb(60,196,41); }

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