Shades of Lime Green #4CD246
Tints of Lime Green #4CD246
RGB
CMYK
RGB Variations
Color information
#4CD246 (or 0x4CD246) is known color: Lime Green. HEX triplet: 4C, D2 and 46. RGB value is (76,210,70). Sum of RGB (Red+Green+Blue) = 76+210+70=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD246 is #B32DB9. Grayscale: #9A9A9A. Windows color (decimal): -11742650 or 4641356. OLE color: 4641356.
HSL color Cylindrical-coordinate representation of color #4CD246: hue angle of 117.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CD246 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 70 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.18 |
| HSL | 117.43º | 0.61% | 0.55% | - |
| HSV(B) | 117.43º | 0.67% | 0.82% | - |
| XYZ | 27.13 | 48.07 | 13.64 | - |
| YUV | 153.97 | 80.61 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 70 | 0.64 | 0 | 0.67 | 0.18 | 117.43 | 0.61 | 0.55 |
| Hex | 4C | D2 | 46 | 40 | 0 | 43 | 12 | 75 | 3D | 37 |
| Octal | 114 | 322 | 106 | 100 | 0 | 103 | 22 | 165 | 75 | 67 |
| Binary | 1001100 | 11010010 | 1000110 | 1000000 | 0 | 1000011 | 10010 | 1110101 | 111101 | 110111 |
Color Harmonies of #4CD246
Complementary color
Monochromatic Colors of #4CD246
Black with #4CD246
Text Example
Text Example
White with #4CD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD246; }
p { color: rgb(76,210,70); }
H1.HeaderClassName
{
color: #4CD246;
}
.AnyTagClassName
{
color: #4CD246;
}
</style>
background-color css
<style>
a { background-color: #4CD246; }
a { background-color: rgb(76,210,70); }
div.DivClassName
{
background-color: #4CD246;
}
.BgClassName
{
background-color: #4CD246;
}
</style>
border-color css
<style>
span { border-color: #4CD246; }
span { border-color: rgb(76,210,70); }
td.TdClassName
{
border-color: #4CD246;
}
.TagClassName
{
border-color: #4CD246;
}
</style>