#4CE642

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

Shades of Lime Green #4CE642

Tints of Lime Green #4CE642

Color information

#4CE642 (or 0x4CE642) is unknown color: approx Lime Green. HEX triplet: 4C, E6 and 42. RGB value is (76,230,66). Sum of RGB (Red+Green+Blue) = 76+230+66=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 230 (90.23% from 255 or 61.83% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 230 - color contains mainly: green. Hex color #4CE642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE642 is #B319BD. Grayscale: #A5A5A5. Windows color (decimal): -11737534 or 4384332. OLE color: 4384332.

HSL color Cylindrical-coordinate representation of color #4CE642: hue angle of 116.34º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CE642 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB7623066-
CMYK0.6700.710.10
HSL116.34º76.64%58.04%-
HSV(B)116.34º71.3%90.2%-
XYZ32.2658.5214.75-
YUV165.2671.9864.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 230 (90.23% from 255) = 61.83%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=20.43%
G=61.83%
B=17.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal76230660.6700.710.10116.3476.6458.04
Hex4CE64243047A744d3a
Octal11434610210301071216411572
Binary1001100111001101000010100001101000111101011101001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,230,66); }

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

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

 a { background-color: rgb(76,230,66); }

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

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

 span { border-color: rgb(76,230,66); }

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