#42B630

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

Shades of Lime Green #42B630

Tints of Lime Green #42B630

Color information

#42B630 (or 0x42B630) is unknown color: approx Lime Green. HEX triplet: 42, B6 and 30. RGB value is (66,182,48). Sum of RGB (Red+Green+Blue) = 66+182+48=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #42B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B630 is #BD49CF. Grayscale: #848484. Windows color (decimal): -12405200 or 3192386. OLE color: 3192386.

HSL color Cylindrical-coordinate representation of color #42B630: hue angle of 111.94º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42B630 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB6618248-
CMYK0.6400.740.29
HSL111.94º58.26%45.1%-
HSV(B)111.94º73.63%71.37%-
XYZ19.5134.838.49-
YUV132.0480.5780.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 182 (71.48% from 255) = 61.49%
BLUE value IS 48 (19.14% from 255) = 16.22%
R=22.30%
G=61.49%
B=16.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182480.6400.740.29111.9458.2645.1
Hex42B6304004A1D703a2d
Octal102266601000112351607255
Binary100001010110110110000100000001001010111011110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,48); }

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

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

 a { background-color: rgb(66,182,48); }

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

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

 span { border-color: rgb(66,182,48); }

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