#38E342

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

Shades of Lime Green #38E342

Tints of Lime Green #38E342

Color information

#38E342 (or 0x38E342) is unknown color: approx Lime Green. HEX triplet: 38, E3 and 42. RGB value is (56,227,66). Sum of RGB (Red+Green+Blue) = 56+227+66=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #38E342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E342 is #C71CBD. Grayscale: #9D9D9D. Windows color (decimal): -13049022 or 4383544. OLE color: 4383544.

HSL color Cylindrical-coordinate representation of color #38E342: hue angle of 123.51º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E342 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB5622766-
CMYK0.7500.710.11
HSL123.51º75.33%55.49%-
HSV(B)123.51º75.33%89.02%-
XYZ30.0856.1714.41-
YUV157.5276.3555.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 227 (89.06% from 255) = 65.04%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=16.05%
G=65.04%
B=18.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56227660.7500.710.11123.5175.3355.49
Hex38E3424B047B7c4b37
Octal7034310211301071317411367
Binary111000111000111000010100101101000111101111111001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E342; }

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

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

<style>
 a { background-color: #38E342; }

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

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

<style>
 span { border-color: #38E342; }

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

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