#42C84E

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

Shades of Lime Green #42C84E

Tints of Lime Green #42C84E

Color information

#42C84E (or 0x42C84E) is unknown color: approx Lime Green. HEX triplet: 42, C8 and 4E. RGB value is (66,200,78). Sum of RGB (Red+Green+Blue) = 66+200+78=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #42C84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C84E is #BD37B1. Grayscale: #929292. Windows color (decimal): -12400562 or 5163074. OLE color: 5163074.

HSL color Cylindrical-coordinate representation of color #42C84E: hue angle of 125.37º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C84E is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB6620078-
CMYK0.6700.610.22
HSL125.37º54.92%52.16%-
HSV(B)125.37º67%78.43%-
XYZ24.2843.0214.23-
YUV146.0389.6170.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 200 (78.52% from 255) = 58.14%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=19.19%
G=58.14%
B=22.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66200780.6700.610.22125.3754.9252.16
Hex42C84E4303D167d3734
Octal102310116103075261756764
Binary100001011001000100111010000110111101101101111101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C84E; }

 p { color: rgb(66,200,78); }

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

<style>
 a { background-color: #42C84E; }

 a { background-color: rgb(66,200,78); }

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

<style>
 span { border-color: #42C84E; }

 span { border-color: rgb(66,200,78); }

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