#42B832

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

Shades of Lime Green #42B832

Tints of Lime Green #42B832

Color information

#42B832 (or 0x42B832) is unknown color: approx Lime Green. HEX triplet: 42, B8 and 32. RGB value is (66,184,50). Sum of RGB (Red+Green+Blue) = 66+184+50=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #42B832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B832 is #BD47CD. Grayscale: #858585. Windows color (decimal): -12404686 or 3323970. OLE color: 3323970.

HSL color Cylindrical-coordinate representation of color #42B832: hue angle of 112.84º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42B832 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB6618450-
CMYK0.6400.730.28
HSL112.84º57.26%45.88%-
HSV(B)112.84º72.83%72.16%-
XYZ19.9635.678.85-
YUV133.4480.9179.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 184 (72.27% from 255) = 61.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=22%
G=61.33%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66184500.6400.730.28112.8457.2645.88
Hex42B832400491C71392e
Octal102270621000111341617156
Binary100001010111000110010100000001001001111001110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,184,50); }

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

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

 a { background-color: rgb(66,184,50); }

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

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

 span { border-color: rgb(66,184,50); }

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