#42BA33

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

Shades of Lime Green #42BA33

Tints of Lime Green #42BA33

Color information

#42BA33 (or 0x42BA33) is unknown color: approx Lime Green. HEX triplet: 42, BA and 33. RGB value is (66,186,51). Sum of RGB (Red+Green+Blue) = 66+186+51=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA33 is #BD45CC. Grayscale: #878787. Windows color (decimal): -12404173 or 3390018. OLE color: 3390018.

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

Color convert

RGB6618651-
CMYK0.6500.730.27
HSL113.33º56.96%46.47%-
HSV(B)113.33º72.58%72.94%-
XYZ20.436.529.1-
YUV134.7380.7478.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 186 (73.05% from 255) = 61.39%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=21.78%
G=61.39%
B=16.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186510.6500.730.27113.3356.9646.47
Hex42BA33410491B71392e
Octal102272631010111331617156
Binary100001010111010110011100000101001001110111110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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