#42CB41

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

Shades of Lime Green #42CB41

Tints of Lime Green #42CB41

Color information

#42CB41 (or 0x42CB41) is unknown color: approx Lime Green. HEX triplet: 42, CB and 41. RGB value is (66,203,65). Sum of RGB (Red+Green+Blue) = 66+203+65=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB41 is #BD34BE. Grayscale: #929292. Windows color (decimal): -12399807 or 4311874. OLE color: 4311874.

HSL color Cylindrical-coordinate representation of color #42CB41: hue angle of 119.57º degrees, saturation: 0.57, 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 #42CB41 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB6620365-
CMYK0.6700.680.20
HSL119.57º57.02%52.55%-
HSV(B)119.57º67.98%79.61%-
XYZ24.5644.2512.25-
YUV146.382.1170.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 203 (79.69% from 255) = 60.78%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=19.76%
G=60.78%
B=19.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66203650.6700.680.20119.5757.0252.55
Hex42CB414304414783935
Octal1023131011030104241707165
Binary1000010110010111000001100001101000100101001111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,203,65); }

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

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

 a { background-color: rgb(66,203,65); }

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

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

 span { border-color: rgb(66,203,65); }

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