#42BD3E

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

Shades of Lime Green #42BD3E

Tints of Lime Green #42BD3E

Color information

#42BD3E (or 0x42BD3E) is unknown color: approx Lime Green. HEX triplet: 42, BD and 3E. RGB value is (66,189,62). Sum of RGB (Red+Green+Blue) = 66+189+62=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD3E is #BD42C1. Grayscale: #8A8A8A. Windows color (decimal): -12403394 or 4111682. OLE color: 4111682.

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

Color convert

RGB6618962-
CMYK0.6500.670.26
HSL118.11º50.6%49.22%-
HSV(B)118.11º67.2%74.12%-
XYZ21.3137.910.75-
YUV137.7485.2576.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=20.82%
G=59.62%
B=19.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189620.6500.670.26118.1150.649.22
Hex42BD3E410431A763331
Octal102275761010103321666361
Binary100001010111101111110100000101000011110101110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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