#38D93E

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

Shades of Lime Green #38D93E

Tints of Lime Green #38D93E

Color information

#38D93E (or 0x38D93E) is unknown color: approx Lime Green. HEX triplet: 38, D9 and 3E. RGB value is (56,217,62). Sum of RGB (Red+Green+Blue) = 56+217+62=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #38D93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D93E is #C726C1. Grayscale: #979797. Windows color (decimal): -13051586 or 4118840. OLE color: 4118840.

HSL color Cylindrical-coordinate representation of color #38D93E: hue angle of 122.24º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D93E is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB5621762-
CMYK0.7400.710.15
HSL122.24º67.93%53.53%-
HSV(B)122.24º74.19%85.1%-
XYZ27.3150.8112.93-
YUV151.1977.6660.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 217 (85.16% from 255) = 64.78%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=16.72%
G=64.78%
B=18.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56217620.7400.710.15122.2467.9353.53
Hex38D93E4A047F7a4436
Octal703317611201071717210466
Binary11100011011001111110100101001000111111111110101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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