#42c83b

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

Shades of Lime Green #42C83B

Tints of Lime Green #42C83B

Color information

#42C83B (or 0x42C83B) is unknown color: approx Lime Green. HEX triplet: 42, C8 and 3B. RGB value is (66,200,59). Sum of RGB (Red+Green+Blue) = 66+200+59=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #42C83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C83B is #BD37C4. Grayscale: #909090. Windows color (decimal): -12400581 or 3917890. OLE color: 3917890.

HSL color Cylindrical-coordinate representation of color #42C83B: hue angle of 117.02º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C83B is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB6620059-
CMYK0.6700.700.22
HSL117.02º56.18%50.78%-
HSV(B)117.02º70.5%78.43%-
XYZ23.6942.7811.15-
YUV143.8680.1172.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 59 (23.44% from 255) = 18.15%
R=20.31%
G=61.54%
B=18.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66200590.6700.700.22117.0256.1850.78
Hex42C83B4304616753833
Octal102310731030106261657063
Binary100001011001000111011100001101000110101101110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c83b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,200,59); }

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

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

 a { background-color: rgb(66,200,59); }

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

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

 span { border-color: rgb(66,200,59); }

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