#42bb3e

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

Shades of Lime Green #42BB3E

Tints of Lime Green #42BB3E

Color information

#42BB3E (or 0x42BB3E) is unknown color: approx Lime Green. HEX triplet: 42, BB and 3E. RGB value is (66,187,62). Sum of RGB (Red+Green+Blue) = 66+187+62=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB3E is #BD44C1. Grayscale: #888888. Windows color (decimal): -12403906 or 4111170. OLE color: 4111170.

HSL color Cylindrical-coordinate representation of color #42BB3E: hue angle of 118.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BB3E is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB6618762-
CMYK0.6500.670.27
HSL118.08º50.2%48.82%-
HSV(B)118.08º66.84%73.33%-
XYZ20.8937.0510.61-
YUV136.5785.9177.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 187 (73.44% from 255) = 59.37%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=20.95%
G=59.37%
B=19.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187620.6500.670.27118.0850.248.82
Hex42BB3E410431B763231
Octal102273761010103331666261
Binary100001010111011111110100000101000011110111110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42bb3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,62); }

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

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

 a { background-color: rgb(66,187,62); }

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

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

 span { border-color: rgb(66,187,62); }

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