#38AB2E

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

Shades of Lime Green #38AB2E

Tints of Lime Green #38AB2E

Color information

#38AB2E (or 0x38AB2E) is unknown color: approx Lime Green. HEX triplet: 38, AB and 2E. RGB value is (56,171,46). Sum of RGB (Red+Green+Blue) = 56+171+46=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB2E is #C754D1. Grayscale: #7A7A7A. Windows color (decimal): -13063378 or 3058488. OLE color: 3058488.

HSL color Cylindrical-coordinate representation of color #38AB2E: hue angle of 115.2º 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 #38AB2E is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB5617146-
CMYK0.6700.730.33
HSL115.2º57.6%42.55%-
HSV(B)115.2º73.1%67.06%-
XYZ16.6930.167.53-
YUV122.3684.980.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 171 (67.19% from 255) = 62.64%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=20.51%
G=62.64%
B=16.85%

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
Decimal56171460.6700.730.33115.257.642.55
Hex38AB2E4304921733a2b
Octal70253561030111411637253
Binary111000101010111011101000011010010011000011110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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