#42B035

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

Shades of Lime Green #42B035

Tints of Lime Green #42B035

Color information

#42B035 (or 0x42B035) is unknown color: approx Lime Green. HEX triplet: 42, B0 and 35. RGB value is (66,176,53). Sum of RGB (Red+Green+Blue) = 66+176+53=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #42B035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B035 is #BD4FCA. Grayscale: #818181. Windows color (decimal): -12406731 or 3518530. OLE color: 3518530.

HSL color Cylindrical-coordinate representation of color #42B035: hue angle of 113.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B035 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB6617653-
CMYK0.6200.700.31
HSL113.66º53.71%44.9%-
HSV(B)113.66º69.89%69.02%-
XYZ18.4132.478.66-
YUV129.0985.0683-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=22.37%
G=59.66%
B=17.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66176530.6200.700.31113.6653.7144.9
Hex42B0353E0461F72362d
Octal10226065760106371626655
Binary10000101011000011010111111001000110111111110010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,53); }

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

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

 a { background-color: rgb(66,176,53); }

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

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

 span { border-color: rgb(66,176,53); }

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