#42BC43

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

Shades of Lime Green #42BC43

Tints of Lime Green #42BC43

Color information

#42BC43 (or 0x42BC43) is unknown color: approx Lime Green. HEX triplet: 42, BC and 43. RGB value is (66,188,67). Sum of RGB (Red+Green+Blue) = 66+188+67=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC43 is #BD43BC. Grayscale: #8A8A8A. Windows color (decimal): -12403645 or 4439106. OLE color: 4439106.

HSL color Cylindrical-coordinate representation of color #42BC43: hue angle of 120.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC43 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB6618867-
CMYK0.6500.640.26
HSL120.49º48.03%49.8%-
HSV(B)120.49º64.89%73.73%-
XYZ21.2437.5311.43-
YUV137.7388.0876.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=20.56%
G=58.57%
B=20.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188670.6500.640.26120.4948.0349.8
Hex42BC43410401A783032
Octal1022741031010100321706062
Binary1000010101111001000011100000101000000110101111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,67); }

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

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

 a { background-color: rgb(66,188,67); }

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

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

 span { border-color: rgb(66,188,67); }

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