#42FF38

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

Shades of Lime Green #42FF38

Tints of Lime Green #42FF38

Color information

#42FF38 (or 0x42FF38) is unknown color: approx Lime Green. HEX triplet: 42, FF and 38. RGB value is (66,255,56). Sum of RGB (Red+Green+Blue) = 66+255+56=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF38 is #BD00C7. Grayscale: #B0B0B0. Windows color (decimal): -12386504 or 3735362. OLE color: 3735362.

HSL color Cylindrical-coordinate representation of color #42FF38: hue angle of 116.98º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FF38 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB6625556-
CMYK0.7400.780
HSL116.98º100%60.98%-
HSV(B)116.98º78.04%100%-
XYZ38.7272.9615.78-
YUV175.860.3849.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 255 (100% from 255) = 67.64%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=17.51%
G=67.64%
B=14.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal66255560.7400.780116.9810060.98
Hex42FF384A04E075643d
Octal102377701120116016514475
Binary100001011111111111000100101001001110011101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,56); }

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

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

 a { background-color: rgb(66,255,56); }

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

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

 span { border-color: rgb(66,255,56); }

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