#42BF44

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

Shades of Lime Green #42BF44

Tints of Lime Green #42BF44

Color information

#42BF44 (or 0x42BF44) is unknown color: approx Lime Green. HEX triplet: 42, BF and 44. RGB value is (66,191,68). Sum of RGB (Red+Green+Blue) = 66+191+68=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF44 is #BD40BB. Grayscale: #8B8B8B. Windows color (decimal): -12402876 or 4505410. OLE color: 4505410.

HSL color Cylindrical-coordinate representation of color #42BF44: hue angle of 120.96º 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 #42BF44 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6619168-
CMYK0.6500.640.25
HSL120.96º49.41%50.39%-
HSV(B)120.96º65.45%74.9%-
XYZ21.9238.8411.81-
YUV139.687.5975.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 191 (75% from 255) = 58.77%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=20.31%
G=58.77%
B=20.92%

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
Decimal66191680.6500.640.25120.9649.4150.39
Hex42BF444104019793132
Octal1022771041010100311716162
Binary1000010101111111000100100000101000000110011111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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