#4CC13E

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

Shades of Lime Green #4CC13E

Tints of Lime Green #4CC13E

Color information

#4CC13E (or 0x4CC13E) is unknown color: approx Lime Green. HEX triplet: 4C, C1 and 3E. RGB value is (76,193,62). Sum of RGB (Red+Green+Blue) = 76+193+62=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC13E is #B33EC1. Grayscale: #8F8F8F. Windows color (decimal): -11747010 or 4112716. OLE color: 4112716.

HSL color Cylindrical-coordinate representation of color #4CC13E: hue angle of 113.59º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC13E is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB7619362-
CMYK0.6100.680.24
HSL113.59º51.37%50%-
HSV(B)113.59º67.88%75.69%-
XYZ22.9240.0211.07-
YUV143.0882.2480.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=22.96%
G=58.31%
B=18.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193620.6100.680.24113.5951.3750
Hex4CC13E3D04418723332
Octal11430176750104301626362
Binary10011001100000111111011110101000100110001110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC13E; }

 p { color: rgb(76,193,62); }

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

<style>
 a { background-color: #4CC13E; }

 a { background-color: rgb(76,193,62); }

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

<style>
 span { border-color: #4CC13E; }

 span { border-color: rgb(76,193,62); }

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