#42BE44

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

Shades of Lime Green #42BE44

Tints of Lime Green #42BE44

Color information

#42BE44 (or 0x42BE44) is unknown color: approx Lime Green. HEX triplet: 42, BE and 44. RGB value is (66,190,68). Sum of RGB (Red+Green+Blue) = 66+190+68=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE44 is #BD41BB. Grayscale: #8B8B8B. Windows color (decimal): -12403132 or 4505154. OLE color: 4505154.

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

Color convert

RGB6619068-
CMYK0.6500.640.25
HSL120.97º48.82%50.2%-
HSV(B)120.97º65.26%74.51%-
XYZ21.738.411.74-
YUV139.0287.9275.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 190 (74.61% from 255) = 58.64%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=20.37%
G=58.64%
B=20.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190680.6500.640.25120.9748.8250.2
Hex42BE444104019793132
Octal1022761041010100311716162
Binary1000010101111101000100100000101000000110011111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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