#42B433

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

Shades of Lime Green #42B433

Tints of Lime Green #42B433

Color information

#42B433 (or 0x42B433) is unknown color: approx Lime Green. HEX triplet: 42, B4 and 33. RGB value is (66,180,51). Sum of RGB (Red+Green+Blue) = 66+180+51=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #42B433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B433 is #BD4BCC. Grayscale: #838383. Windows color (decimal): -12405709 or 3388482. OLE color: 3388482.

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

Color convert

RGB6618051-
CMYK0.6300.720.29
HSL113.02º55.84%45.29%-
HSV(B)113.02º71.67%70.59%-
XYZ19.1734.048.69-
YUV131.2182.7381.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 180 (70.70% from 255) = 60.61%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=22.22%
G=60.61%
B=17.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180510.6300.720.29113.0255.8445.29
Hex42B4333F0481D71382d
Octal10226463770110351617055
Binary10000101011010011001111111101001000111011110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,180,51); }

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

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

 a { background-color: rgb(66,180,51); }

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

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

 span { border-color: rgb(66,180,51); }

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