#42B034

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

Shades of Lime Green #42B034

Tints of Lime Green #42B034

Color information

#42B034 (or 0x42B034) is unknown color: approx Lime Green. HEX triplet: 42, B0 and 34. RGB value is (66,176,52). Sum of RGB (Red+Green+Blue) = 66+176+52=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #42B034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B034 is #BD4FCB. Grayscale: #818181. Windows color (decimal): -12406732 or 3452994. OLE color: 3452994.

HSL color Cylindrical-coordinate representation of color #42B034: hue angle of 113.23º 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 #42B034 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB6617652-
CMYK0.6200.700.31
HSL113.23º54.39%44.71%-
HSV(B)113.23º70.45%69.02%-
XYZ18.3932.468.54-
YUV128.9784.5683.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=22.45%
G=59.86%
B=17.69%

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
Decimal66176520.6200.700.31113.2354.3944.71
Hex42B0343E0461F71362d
Octal10226064760106371616655
Binary10000101011000011010011111001000110111111110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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