#38AD35

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

Shades of Lime Green #38AD35

Tints of Lime Green #38AD35

Color information

#38AD35 (or 0x38AD35) is unknown color: approx Lime Green. HEX triplet: 38, AD and 35. RGB value is (56,173,53). Sum of RGB (Red+Green+Blue) = 56+173+53=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD35 is #C752CA. Grayscale: #7C7C7C. Windows color (decimal): -13062859 or 3517752. OLE color: 3517752.

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

Color convert

RGB5617353-
CMYK0.6800.690.32
HSL118.5º53.1%44.31%-
HSV(B)118.5º69.36%67.84%-
XYZ17.2230.988.44-
YUV124.3487.7479.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 173 (67.97% from 255) = 61.35%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=19.86%
G=61.35%
B=18.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173530.6800.690.32118.553.144.31
Hex38AD35440452076352c
Octal70255651040105401666554
Binary111000101011011101011000100010001011000001110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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