#38AD32

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

Shades of Lime Green #38AD32

Tints of Lime Green #38AD32

Color information

#38AD32 (or 0x38AD32) is unknown color: approx Lime Green. HEX triplet: 38, AD and 32. RGB value is (56,173,50). Sum of RGB (Red+Green+Blue) = 56+173+50=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD32 is #C752CD. Grayscale: #7C7C7C. Windows color (decimal): -13062862 or 3321144. OLE color: 3321144.

HSL color Cylindrical-coordinate representation of color #38AD32: hue angle of 117.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38AD32 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB5617350-
CMYK0.6800.710.32
HSL117.07º55.16%43.73%-
HSV(B)117.07º71.1%67.84%-
XYZ17.1530.968.09-
YUV123.9986.2479.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 173 (67.97% from 255) = 62.01%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=20.07%
G=62.01%
B=17.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173500.6800.710.32117.0755.1643.73
Hex38AD32440472075372c
Octal70255621040107401656754
Binary111000101011011100101000100010001111000001110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,173,50); }

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

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

 a { background-color: rgb(56,173,50); }

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

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

 span { border-color: rgb(56,173,50); }

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