#42E42F

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

Shades of Lime Green #42E42F

Tints of Lime Green #42E42F

Color information

#42E42F (or 0x42E42F) is unknown color: approx Lime Green. HEX triplet: 42, E4 and 2F. RGB value is (66,228,47). Sum of RGB (Red+Green+Blue) = 66+228+47=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 228 (89.45% from 255 or 66.86% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 228 - color contains mainly: green. Hex color #42E42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E42F is #BD1BD0. Grayscale: #9F9F9F. Windows color (decimal): -12393425 or 3138626. OLE color: 3138626.

HSL color Cylindrical-coordinate representation of color #42E42F: hue angle of 113.7º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42E42F is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB6622847-
CMYK0.7100.790.11
HSL113.7º77.02%53.92%-
HSV(B)113.7º79.39%89.41%-
XYZ30.556.8512.05-
YUV158.9364.8361.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 228 (89.45% from 255) = 66.86%
BLUE value IS 47 (18.75% from 255) = 13.78%
R=19.35%
G=66.86%
B=13.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66228470.7100.790.11113.777.0253.92
Hex42E42F4704FB724d36
Octal1023445710701171316211566
Binary100001011100100101111100011101001111101111100101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,228,47); }

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

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

 a { background-color: rgb(66,228,47); }

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

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

 span { border-color: rgb(66,228,47); }

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