#42BA38

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

Shades of Lime Green #42BA38

Tints of Lime Green #42BA38

Color information

#42BA38 (or 0x42BA38) is unknown color: approx Lime Green. HEX triplet: 42, BA and 38. RGB value is (66,186,56). Sum of RGB (Red+Green+Blue) = 66+186+56=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA38 is #BD45C7. Grayscale: #878787. Windows color (decimal): -12404168 or 3717698. OLE color: 3717698.

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

Color convert

RGB6618656-
CMYK0.6500.700.27
HSL115.38º53.72%47.45%-
HSV(B)115.38º69.89%72.94%-
XYZ20.5236.569.72-
YUV135.383.2478.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 186 (73.05% from 255) = 60.39%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=21.43%
G=60.39%
B=18.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186560.6500.700.27115.3853.7247.45
Hex42BA38410461B73362f
Octal102272701010106331636657
Binary100001010111010111000100000101000110110111110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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