#42BD2D

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

Shades of Lime Green #42BD2D

Tints of Lime Green #42BD2D

Color information

#42BD2D (or 0x42BD2D) is unknown color: approx Lime Green. HEX triplet: 42, BD and 2D. RGB value is (66,189,45). Sum of RGB (Red+Green+Blue) = 66+189+45=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD2D is #BD42D2. Grayscale: #888888. Windows color (decimal): -12403411 or 2997570. OLE color: 2997570.

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

Color convert

RGB6618945-
CMYK0.6500.760.26
HSL111.25º61.54%45.88%-
HSV(B)111.25º76.19%74.12%-
XYZ20.9237.748.67-
YUV135.8176.7578.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 189 (74.22% from 255) = 63%
BLUE value IS 45 (17.97% from 255) = 15%
R=22%
G=63%
B=15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189450.6500.760.26111.2561.5445.88
Hex42BD2D4104C1A6f3e2e
Octal102275551010114321577656
Binary100001010111101101101100000101001100110101101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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