#42CA38

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

Shades of Lime Green #42CA38

Tints of Lime Green #42CA38

Color information

#42CA38 (or 0x42CA38) is unknown color: approx Lime Green. HEX triplet: 42, CA and 38. RGB value is (66,202,56). Sum of RGB (Red+Green+Blue) = 66+202+56=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA38 is #BD35C7. Grayscale: #919191. Windows color (decimal): -12400072 or 3721794. OLE color: 3721794.

HSL color Cylindrical-coordinate representation of color #42CA38: hue angle of 115.89º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CA38 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB6620256-
CMYK0.6700.720.21
HSL115.89º57.94%50.59%-
HSV(B)115.89º72.28%79.22%-
XYZ24.0843.6810.9-
YUV144.6977.9471.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 202 (79.30% from 255) = 62.35%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=20.37%
G=62.35%
B=17.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66202560.6700.720.21115.8957.9450.59
Hex42CA384304815743a33
Octal102312701030110251647263
Binary100001011001010111000100001101001000101011110100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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