#42CD50

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

Shades of Lime Green #42CD50

Tints of Lime Green #42CD50

Color information

#42CD50 (or 0x42CD50) is unknown color: approx Lime Green. HEX triplet: 42, CD and 50. RGB value is (66,205,80). Sum of RGB (Red+Green+Blue) = 66+205+80=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD50 is #BD32AF. Grayscale: #959595. Windows color (decimal): -12399280 or 5295426. OLE color: 5295426.

HSL color Cylindrical-coordinate representation of color #42CD50: hue angle of 126.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD50 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB6620580-
CMYK0.6800.610.20
HSL126.04º58.16%53.14%-
HSV(B)126.04º67.8%80.39%-
XYZ25.5345.415.01-
YUV149.1988.9568.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 205 (80.47% from 255) = 58.40%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=18.80%
G=58.40%
B=22.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66205800.6800.610.20126.0458.1653.14
Hex42CD504403D147e3a35
Octal102315120104075241767265
Binary100001011001101101000010001000111101101001111110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,205,80); }

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

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

 a { background-color: rgb(66,205,80); }

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

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

 span { border-color: rgb(66,205,80); }

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