#42B53A

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

Shades of Lime Green #42B53A

Tints of Lime Green #42B53A

Color information

#42B53A (or 0x42B53A) is unknown color: approx Lime Green. HEX triplet: 42, B5 and 3A. RGB value is (66,181,58). Sum of RGB (Red+Green+Blue) = 66+181+58=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #42B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B53A is #BD4AC5. Grayscale: #848484. Windows color (decimal): -12405446 or 3847490. OLE color: 3847490.

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

Color convert

RGB6618158-
CMYK0.6400.680.29
HSL116.1º51.46%46.86%-
HSV(B)116.1º67.96%70.98%-
XYZ19.5334.519.63-
YUV132.5985.980.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 181 (71.09% from 255) = 59.34%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=21.64%
G=59.34%
B=19.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181580.6400.680.29116.151.4646.86
Hex42B53A400441D74332f
Octal102265721000104351646357
Binary100001010110101111010100000001000100111011110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,58); }

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

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

 a { background-color: rgb(66,181,58); }

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

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

 span { border-color: rgb(66,181,58); }

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