#3CC14A

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

Shades of Lime Green #3CC14A

Tints of Lime Green #3CC14A

Color information

#3CC14A (or 0x3CC14A) is unknown color: approx Lime Green. HEX triplet: 3C, C1 and 4A. RGB value is (60,193,74). Sum of RGB (Red+Green+Blue) = 60+193+74=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC14A is #C33EB5. Grayscale: #8C8C8C. Windows color (decimal): -12795574 or 4899132. OLE color: 4899132.

HSL color Cylindrical-coordinate representation of color #3CC14A: hue angle of 126.32º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC14A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6019374-
CMYK0.6900.620.24
HSL126.32º52.57%49.61%-
HSV(B)126.32º68.91%75.69%-
XYZ22.1739.612.95-
YUV139.6790.9471.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=18.35%
G=59.02%
B=22.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60193740.6900.620.24126.3252.5749.61
Hex3CC14A4503E187e3532
Octal74301112105076301766562
Binary11110011000001100101010001010111110110001111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,193,74); }

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

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

 a { background-color: rgb(60,193,74); }

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

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

 span { border-color: rgb(60,193,74); }

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