#38AC2E

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

Shades of Lime Green #38AC2E

Tints of Lime Green #38AC2E

Color information

#38AC2E (or 0x38AC2E) is unknown color: approx Lime Green. HEX triplet: 38, AC and 2E. RGB value is (56,172,46). Sum of RGB (Red+Green+Blue) = 56+172+46=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC2E is #C753D1. Grayscale: #7B7B7B. Windows color (decimal): -13063122 or 3058744. OLE color: 3058744.

HSL color Cylindrical-coordinate representation of color #38AC2E: hue angle of 115.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AC2E is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB5617246-
CMYK0.6700.730.33
HSL115.24º57.8%42.75%-
HSV(B)115.24º73.26%67.45%-
XYZ16.8830.547.59-
YUV122.9584.5780.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 172 (67.58% from 255) = 62.77%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=20.44%
G=62.77%
B=16.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56172460.6700.730.33115.2457.842.75
Hex38AC2E4304921733a2b
Octal70254561030111411637253
Binary111000101011001011101000011010010011000011110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,46); }

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

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

 a { background-color: rgb(56,172,46); }

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

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

 span { border-color: rgb(56,172,46); }

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