#42D238

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

Shades of Lime Green #42D238

Tints of Lime Green #42D238

Color information

#42D238 (or 0x42D238) is unknown color: approx Lime Green. HEX triplet: 42, D2 and 38. RGB value is (66,210,56). Sum of RGB (Red+Green+Blue) = 66+210+56=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #42D238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D238 is #BD2DC7. Grayscale: #959595. Windows color (decimal): -12398024 or 3723842. OLE color: 3723842.

HSL color Cylindrical-coordinate representation of color #42D238: hue angle of 116.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42D238 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB6621056-
CMYK0.6900.730.18
HSL116.1º63.11%52.16%-
HSV(B)116.1º73.33%82.35%-
XYZ26.0147.5411.55-
YUV149.3975.2968.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 210 (82.42% from 255) = 63.25%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=19.88%
G=63.25%
B=16.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66210560.6900.730.18116.163.1152.16
Hex42D2384504912743f34
Octal102322701050111221647764
Binary100001011010010111000100010101001001100101110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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