#42B93D

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

Shades of Lime Green #42B93D

Tints of Lime Green #42B93D

Color information

#42B93D (or 0x42B93D) is unknown color: approx Lime Green. HEX triplet: 42, B9 and 3D. RGB value is (66,185,61). Sum of RGB (Red+Green+Blue) = 66+185+61=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #42B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B93D is #BD46C2. Grayscale: #878787. Windows color (decimal): -12404419 or 4045122. OLE color: 4045122.

HSL color Cylindrical-coordinate representation of color #42B93D: hue angle of 117.58º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B93D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB6618561-
CMYK0.6400.670.27
HSL117.58º50.41%48.24%-
HSV(B)117.58º67.03%72.55%-
XYZ20.4436.1910.32-
YUV135.2886.0878.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 185 (72.66% from 255) = 59.29%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=21.15%
G=59.29%
B=19.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185610.6400.670.27117.5850.4148.24
Hex42B93D400431B763230
Octal102271751000103331666260
Binary100001010111001111101100000001000011110111110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,61); }

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

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

 a { background-color: rgb(66,185,61); }

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

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

 span { border-color: rgb(66,185,61); }

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