#42BE41

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

Shades of Lime Green #42BE41

Tints of Lime Green #42BE41

Color information

#42BE41 (or 0x42BE41) is unknown color: approx Lime Green. HEX triplet: 42, BE and 41. RGB value is (66,190,65). Sum of RGB (Red+Green+Blue) = 66+190+65=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE41 is #BD41BE. Grayscale: #8B8B8B. Windows color (decimal): -12403135 or 4308546. OLE color: 4308546.

HSL color Cylindrical-coordinate representation of color #42BE41: hue angle of 119.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BE41 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB6619065-
CMYK0.6500.660.25
HSL119.52º49.02%50%-
HSV(B)119.52º65.79%74.51%-
XYZ21.6138.3711.27-
YUV138.6786.4276.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=20.56%
G=59.19%
B=20.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190650.6500.660.25119.5249.0250
Hex42BE414104219783132
Octal1022761011010102311706162
Binary1000010101111101000001100000101000010110011111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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