#38E03E

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

Shades of Lime Green #38E03E

Tints of Lime Green #38E03E

Color information

#38E03E (or 0x38E03E) is unknown color: approx Lime Green. HEX triplet: 38, E0 and 3E. RGB value is (56,224,62). Sum of RGB (Red+Green+Blue) = 56+224+62=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #38E03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E03E is #C71FC1. Grayscale: #9B9B9B. Windows color (decimal): -13049794 or 4120632. OLE color: 4120632.

HSL color Cylindrical-coordinate representation of color #38E03E: hue angle of 122.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E03E is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB5622462-
CMYK0.7500.720.12
HSL122.14º73.04%54.9%-
HSV(B)122.14º75%87.84%-
XYZ29.1654.513.54-
YUV155.375.3457.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 224 (87.89% from 255) = 65.50%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=16.37%
G=65.50%
B=18.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56224620.7500.720.12122.1473.0454.9
Hex38E03E4B048C7a4937
Octal703407611301101417211167
Binary11100011100000111110100101101001000110011110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,224,62); }

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

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

 a { background-color: rgb(56,224,62); }

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

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

 span { border-color: rgb(56,224,62); }

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