#38D11C

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

Shades of Lime Green #38D11C

Tints of Lime Green #38D11C

Color information

#38D11C (or 0x38D11C) is unknown color: approx Lime Green. HEX triplet: 38, D1 and 1C. RGB value is (56,209,28). Sum of RGB (Red+Green+Blue) = 56+209+28=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #38D11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D11C is #C72EE3. Grayscale: #8F8F8F. Windows color (decimal): -13053668 or 1888568. OLE color: 1888568.

HSL color Cylindrical-coordinate representation of color #38D11C: hue angle of 110.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38D11C is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB5620928-
CMYK0.7300.870.18
HSL110.72º76.37%46.47%-
HSV(B)110.72º86.6%81.96%-
XYZ24.6446.538.78-
YUV142.6263.3166.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 209 (82.03% from 255) = 71.33%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=19.11%
G=71.33%
B=9.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56209280.7300.870.18110.7276.3746.47
Hex38D11C49057126f4c2e
Octal703213411101272215711456
Binary11100011010001111001001001010101111001011011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,28); }

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

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

 a { background-color: rgb(56,209,28); }

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

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

 span { border-color: rgb(56,209,28); }

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