#38AC35

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

Shades of Lime Green #38AC35

Tints of Lime Green #38AC35

Color information

#38AC35 (or 0x38AC35) is unknown color: approx Lime Green. HEX triplet: 38, AC and 35. RGB value is (56,172,53). Sum of RGB (Red+Green+Blue) = 56+172+53=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC35 is #C753CA. Grayscale: #7C7C7C. Windows color (decimal): -13063115 or 3517496. OLE color: 3517496.

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

Color convert

RGB5617253-
CMYK0.6700.690.33
HSL118.49º52.89%44.12%-
HSV(B)118.49º69.19%67.45%-
XYZ17.0330.68.38-
YUV123.7588.0779.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 172 (67.58% from 255) = 61.21%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=19.93%
G=61.21%
B=18.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56172530.6700.690.33118.4952.8944.12
Hex38AC35430452176352c
Octal70254651030105411666554
Binary111000101011001101011000011010001011000011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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